org.oasis.wsrf.properties
Class SetResourceProperties_Element

java.lang.Object
  extended byorg.oasis.wsrf.properties.SetResourceProperties_Element
All Implemented Interfaces:
AnyListType, java.io.Serializable

public class SetResourceProperties_Element
extends java.lang.Object
implements AnyListType, java.io.Serializable

See Also:
Serialized Form

Field Summary
private  javax.xml.namespace.QName DELETE_NAME
           
private  javax.xml.namespace.QName INSERT_NAME
           
private static java.lang.String PROPERTIES_NS
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  javax.xml.namespace.QName UPDATE_NAME
           
private  java.util.List values
           
 
Constructor Summary
SetResourceProperties_Element()
           
 
Method Summary
 void add(java.lang.Object value)
           
 java.lang.Object get(int index)
           
 javax.xml.namespace.QName getElementName(java.lang.Class clazz)
          Returns element name associated with the given type.
 java.lang.Class getType(javax.xml.namespace.QName elementName)
          Returns class for the given element name
static org.apache.axis.description.TypeDesc getTypeDesc()
           
 java.util.Iterator iterator()
          Iterator over values.
 void setDelete(DeleteType delete)
           
 void setInsert(InsertType insert)
           
 void setUpdate(UpdateType update)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_NS

private static final java.lang.String PROPERTIES_NS
See Also:
Constant Field Values

INSERT_NAME

private javax.xml.namespace.QName INSERT_NAME

DELETE_NAME

private javax.xml.namespace.QName DELETE_NAME

UPDATE_NAME

private javax.xml.namespace.QName UPDATE_NAME

values

private java.util.List values

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

SetResourceProperties_Element

public SetResourceProperties_Element()
Method Detail

add

public void add(java.lang.Object value)
Specified by:
add in interface AnyListType

size

public int size()
Specified by:
size in interface AnyListType

get

public java.lang.Object get(int index)
Specified by:
get in interface AnyListType

iterator

public java.util.Iterator iterator()
Description copied from interface: AnyListType
Iterator over values.

Specified by:
iterator in interface AnyListType

getElementName

public javax.xml.namespace.QName getElementName(java.lang.Class clazz)
Description copied from interface: AnyListType
Returns element name associated with the given type.

Specified by:
getElementName in interface AnyListType

getType

public java.lang.Class getType(javax.xml.namespace.QName elementName)
Description copied from interface: AnyListType
Returns class for the given element name

Specified by:
getType in interface AnyListType

setInsert

public void setInsert(InsertType insert)

setUpdate

public void setUpdate(UpdateType update)

setDelete

public void setDelete(DeleteType delete)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()