|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a single resource property. A resource property can have multiple
values and be converted into a DOM Element or
SOAPElement array.
| Method Summary | |
void |
add(java.lang.Object value)
Adds a value. |
void |
clear()
Removes all values. |
java.lang.Object |
get(int index)
Retrieves a value at a specific index. |
ResourcePropertyMetaData |
getMetaData()
Gets meta data of this resource property. |
boolean |
isEmpty()
Returns true if the resource property has any values. |
java.util.Iterator |
iterator()
Returns iterator over the values of this resource property. |
boolean |
remove(java.lang.Object value)
Removes a specific value. |
void |
set(int index,
java.lang.Object value)
Sets a value at a specific index. |
int |
size()
Returns the number of values in the resource property. |
org.w3c.dom.Element[] |
toElements()
Converts the resource property value into a DOM Element array. |
javax.xml.soap.SOAPElement[] |
toSOAPElements()
Converts the resource property value into a SOAPElement array. |
| Method Detail |
public void add(java.lang.Object value)
value - the value to add.public boolean remove(java.lang.Object value)
value - value to remove.
public java.lang.Object get(int index)
index - the index of value to retrieve.
public void set(int index,
java.lang.Object value)
index - the index to set value at.value - the new valuepublic void clear()
public int size()
public boolean isEmpty()
public java.util.Iterator iterator()
public javax.xml.soap.SOAPElement[] toSOAPElements()
throws SerializationException
SerializationException - if conversion fails.
public org.w3c.dom.Element[] toElements()
throws SerializationException
SerializationException - if conversion fails.public ResourcePropertyMetaData getMetaData()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||