public class AssociatedData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AssociatedData() |
Modifier and Type | Method and Description |
---|---|
void |
addAnyObject(int index,
java.lang.Object vAnyObject) |
void |
addAnyObject(java.lang.Object vAnyObject) |
java.util.Enumeration<? extends java.lang.Object> |
enumerateAnyObject()
Method enumerateAnyObject.
|
java.lang.Object[] |
getAnyObject()
Method getAnyObject.Returns the contents of the collection
in an Array.
|
java.lang.Object |
getAnyObject(int index)
Method getAnyObject.
|
int |
getAnyObjectCount()
Method getAnyObjectCount.
|
java.lang.String |
getContent()
Returns the value of field 'content'.
|
java.lang.String |
getDataType()
Returns the value of field 'dataType'.
|
java.lang.String |
getId()
Returns the value of field 'id'.
|
java.util.Iterator<? extends java.lang.Object> |
iterateAnyObject()
Method iterateAnyObject.
|
void |
removeAllAnyObject() |
boolean |
removeAnyObject(java.lang.Object vAnyObject)
Method removeAnyObject.
|
java.lang.Object |
removeAnyObjectAt(int index)
Method removeAnyObjectAt.
|
void |
setAnyObject(int index,
java.lang.Object vAnyObject) |
void |
setAnyObject(java.lang.Object[] vAnyObjectArray) |
void |
setContent(java.lang.String content)
Sets the value of field 'content'.
|
void |
setDataType(java.lang.String dataType)
Sets the value of field 'dataType'.
|
void |
setId(java.lang.String id)
Sets the value of field 'id'.
|
public void addAnyObject(java.lang.Object vAnyObject) throws java.lang.IndexOutOfBoundsException
vAnyObject
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addAnyObject(int index, java.lang.Object vAnyObject) throws java.lang.IndexOutOfBoundsException
index
- vAnyObject
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends java.lang.Object> enumerateAnyObject()
public java.lang.Object getAnyObject(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.lang.Object[] getAnyObject()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getAnyObjectCount()
public java.lang.String getContent()
public java.lang.String getDataType()
public java.lang.String getId()
public java.util.Iterator<? extends java.lang.Object> iterateAnyObject()
public void removeAllAnyObject()
public boolean removeAnyObject(java.lang.Object vAnyObject)
vAnyObject
- public java.lang.Object removeAnyObjectAt(int index)
index
- public void setAnyObject(int index, java.lang.Object vAnyObject) throws java.lang.IndexOutOfBoundsException
index
- vAnyObject
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setAnyObject(java.lang.Object[] vAnyObjectArray)
vAnyObjectArray
- public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setDataType(java.lang.String dataType)
dataType
- the value of field 'dataType'.public void setId(java.lang.String id)
id
- the value of field 'id'.