com.edustructures.sifworks.infra
Class SIF_Requesters

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.SIFList<T>
              extended by com.edustructures.sifworks.SIFKeyedList<SIF_Requester>
                  extended by com.edustructures.sifworks.infra.SIF_Requesters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<SIF_Requester>, java.util.Collection<SIF_Requester>

public class SIF_Requesters
extends SIFKeyedList<SIF_Requester>

Since:
2.0
Version:
2.0
See Also:
Serialized Form

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

SIF_Requesters

public SIF_Requesters()
Constructor


SIF_Requesters

public SIF_Requesters(SIF_Requester sifRequester)
Constructor that accepts values for all mandatory fields

Parameters:
sifRequester -
Method Detail

addSIF_Requester

public void addSIF_Requester(java.lang.String sourceId)
Adds a new <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.

Parameters:
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.
Since:
2.0

removeSIF_Requester

public void removeSIF_Requester(java.lang.String sourceId)
Removes a SIF_Requester object instance. More than one instance can be defined for this object because it is a repeatable field element.

Parameters:
sourceId - Identifies the SIF_Requester object to remove by its SourceId value
Since:
2.0

getSIF_Requester

public SIF_Requester getSIF_Requester(java.lang.String sourceId)
Gets a SIF_Requester object instance. More than one instance can be defined for this object because it is a repeatable field element.

Parameters:
sourceId - Identifies the SIF_Requester object to return by its "SourceId" attribute value
Returns:
A SIF_Requester object
Since:
2.0

getSIF_Requesters

public SIF_Requester[] getSIF_Requesters()
Gets all SIF_Requester object instances. More than one instance can be defined for this object because it is a repeatable field element.

Returns:
An array of SIF_Requester objects
Since:
2.0

setSIF_Requesters

public void setSIF_Requesters(SIF_Requester[] sif_requesters)
Sets an array of 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.

Since:
2.0


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.