|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.SIFList<T>
com.edustructures.sifworks.SIFKeyedList<SIF_Requester>
com.edustructures.sifworks.infra.SIF_Requesters
public class SIF_Requesters
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SIF_Requesters()
Constructor |
|
SIF_Requesters(SIF_Requester sifRequester)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addSIF_Requester(java.lang.String sourceId)
Adds a new <SIF_Requester> repeatable element. |
SIF_Requester |
getSIF_Requester(java.lang.String sourceId)
Gets a SIF_Requester object instance. |
SIF_Requester[] |
getSIF_Requesters()
Gets all SIF_Requester object instances. |
void |
removeSIF_Requester(java.lang.String sourceId)
Removes a SIF_Requester object instance. |
void |
setSIF_Requesters(SIF_Requester[] sif_requesters)
Sets an array of SIF_Requester objects. |
| Methods inherited from class com.edustructures.sifworks.SIFKeyedList |
|---|
getChild, getChild |
| Methods inherited from class com.edustructures.sifworks.SIFList |
|---|
add, addAll, clear, contains, containsAll, get, iterator, remove, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getKey, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode, isEmpty |
| Constructor Detail |
|---|
public SIF_Requesters()
public SIF_Requesters(SIF_Requester sifRequester)
sifRequester - | Method Detail |
|---|
public void addSIF_Requester(java.lang.String sourceId)
<SIF_Requester> repeatable element.
This form of setSIF_Requester is provided as a convenience method
that is functionally equivalent to the version of setSIF_Requester
that accepts a single SIF_Requester object.
sourceId - The identifier of the SIF node that is providing objects. This is the agent or ZIS identifier that would appear in the SIF_SourceId field of any SIF_Header created by the SIF node.public void removeSIF_Requester(java.lang.String sourceId)
SIF_Requester object instance. More than one instance can be defined for this object because it is a repeatable field element.
sourceId - Identifies the SIF_Requester object to remove by its SourceId valuepublic SIF_Requester getSIF_Requester(java.lang.String sourceId)
SIF_Requester object instance. More than one instance can be defined for this object because it is a repeatable field element.
sourceId - Identifies the SIF_Requester object to return by its "SourceId" attribute value
SIF_Requester objectpublic SIF_Requester[] getSIF_Requesters()
SIF_Requester object instances. More than one instance can be defined for this object because it is a repeatable field element.
SIF_Requester objectspublic void setSIF_Requesters(SIF_Requester[] sif_requesters)
SIF_Requester objects. All existing
SIF_Requester instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_Requesters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||