|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mayo.edu.lgModel.LexGridBase
org.LexGrid.REST.relations.AssociationEntrySet
public class AssociationEntrySet
Class AssociationEntrySet.
Constructor Summary | |
---|---|
AssociationEntrySet()
|
Method Summary | |
---|---|
void |
addAssociationEntry(AssociationEntry vAssociationEntry)
|
void |
addAssociationEntry(int index,
AssociationEntry vAssociationEntry)
|
java.util.Enumeration<? extends AssociationEntry> |
enumerateAssociationEntry()
Method enumerateAssociationEntry. |
AssociationEntry[] |
getAssociationEntry()
Method getAssociationEntry.Returns the contents of the collection in an Array. |
AssociationEntry |
getAssociationEntry(int index)
Method getAssociationEntry. |
java.util.List<AssociationEntry> |
getAssociationEntryAsReference()
Method getAssociationEntryAsReference.Returns a reference to '_associationEntryList'. |
int |
getAssociationEntryCount()
Method getAssociationEntryCount. |
Continuation |
getContinuation()
Returns the value of field 'continuation'. |
boolean |
isValid()
Method isValid. |
java.util.Iterator<? extends AssociationEntry> |
iterateAssociationEntry()
Method iterateAssociationEntry. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllAssociationEntry()
|
boolean |
removeAssociationEntry(AssociationEntry vAssociationEntry)
Method removeAssociationEntry. |
AssociationEntry |
removeAssociationEntryAt(int index)
Method removeAssociationEntryAt. |
void |
setAssociationEntry(AssociationEntry[] vAssociationEntryArray)
|
void |
setAssociationEntry(int index,
AssociationEntry vAssociationEntry)
|
void |
setAssociationEntry(java.util.List<AssociationEntry> vAssociationEntryList)
Sets the value of '_associationEntryList' by copying the given Vector. |
void |
setAssociationEntryAsReference(java.util.List<AssociationEntry> associationEntryList)
Deprecated. |
void |
setContinuation(Continuation continuation)
Sets the value of field 'continuation'. |
static AssociationEntrySet |
unmarshalAssociationEntrySet(java.io.Reader reader)
Method unmarshalAssociationEntrySet. |
void |
validate()
|
Methods inherited from class org.mayo.edu.lgModel.LexGridBase |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationEntrySet()
Method Detail |
---|
public void addAssociationEntry(AssociationEntry vAssociationEntry) throws java.lang.IndexOutOfBoundsException
vAssociationEntry
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addAssociationEntry(int index, AssociationEntry vAssociationEntry) throws java.lang.IndexOutOfBoundsException
index
- vAssociationEntry
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends AssociationEntry> enumerateAssociationEntry()
public AssociationEntry getAssociationEntry(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic AssociationEntry[] getAssociationEntry()
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 java.util.List<AssociationEntry> getAssociationEntryAsReference()
public int getAssociationEntryCount()
public Continuation getContinuation()
public boolean isValid()
public java.util.Iterator<? extends AssociationEntry> iterateAssociationEntry()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllAssociationEntry()
public boolean removeAssociationEntry(AssociationEntry vAssociationEntry)
vAssociationEntry
-
public AssociationEntry removeAssociationEntryAt(int index)
index
-
public void setAssociationEntry(int index, AssociationEntry vAssociationEntry) throws java.lang.IndexOutOfBoundsException
index
- vAssociationEntry
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setAssociationEntry(AssociationEntry[] vAssociationEntryArray)
vAssociationEntryArray
- public void setAssociationEntry(java.util.List<AssociationEntry> vAssociationEntryList)
vAssociationEntryList
- the Vector to copy.public void setAssociationEntryAsReference(java.util.List<AssociationEntry> associationEntryList)
associationEntryList
- the Vector to set.public void setContinuation(Continuation continuation)
continuation
- the value of field 'continuation'.public static AssociationEntrySet unmarshalAssociationEntrySet(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |