org.oasis.wsrf.properties
Class SetResourceProperties_Element
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SetResourceProperties_Element
public SetResourceProperties_Element()
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()