|
||||||||||
| 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<TransferPoint>
com.edustructures.sifworks.trans.TransferPoints
public class TransferPoints
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
TransferPoints()
Constructor |
|
TransferPoints(TransferPoint transferPoint)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addTransferPoint(EmbarkBusRouteDetail embarkBusRouteDetail,
DisembarkBusRouteDetail disembarkBusRouteDetail)
Adds a new <TransferPoint> repeatable element. |
TransferPoint |
getTransferPoint(EmbarkBusRouteDetail embarkBusRouteDetail,
DisembarkBusRouteDetail disembarkBusRouteDetail)
Gets a TransferPoint object instance. |
TransferPoint[] |
getTransferPoints()
Gets all TransferPoint object instances. |
void |
removeTransferPoint(EmbarkBusRouteDetail embarkBusRouteDetail,
DisembarkBusRouteDetail disembarkBusRouteDetail)
Removes a TransferPoint object instance. |
void |
setTransferPoints(TransferPoint[] transferpoints)
Sets an array of TransferPoint objects. |
| 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, 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 TransferPoints()
public TransferPoints(TransferPoint transferPoint)
transferPoint - There should be one TransferPoint for each intermediate point on a trip. The "embark" and "disembark" bus stops for a single transfer point must be at the same location. To order multiple TransferPoint elements, use the Time element of the BusStopInfo objects referenced by the attributes.| Method Detail |
|---|
public void addTransferPoint(EmbarkBusRouteDetail embarkBusRouteDetail,
DisembarkBusRouteDetail disembarkBusRouteDetail)
<TransferPoint> repeatable element.
This form of setTransferPoint is provided as a convenience method
that is functionally equivalent to the version of setTransferPoint
that accepts a single TransferPoint object.
embarkBusRouteDetail - The GUID that identifies the bus stop/route when the student gets on the bus.disembarkBusRouteDetail - The GUID that identifies the bus stop/route when the student gets off the bus.
public void removeTransferPoint(EmbarkBusRouteDetail embarkBusRouteDetail,
DisembarkBusRouteDetail disembarkBusRouteDetail)
TransferPoint object instance. More than one instance can be defined for this object because it is a repeatable field element.
embarkBusRouteDetail - Identifies the TransferPoint object to remove by its EmbarkBusRouteDetail valuedisembarkBusRouteDetail - Identifies the TransferPoint object to remove by its DisembarkBusRouteDetail value
public TransferPoint getTransferPoint(EmbarkBusRouteDetail embarkBusRouteDetail,
DisembarkBusRouteDetail disembarkBusRouteDetail)
TransferPoint object instance. More than one instance can be defined for this object because it is a repeatable field element.
embarkBusRouteDetail - Identifies the TransferPoint object to return by its "EmbarkBusRouteDetail" attribute valuedisembarkBusRouteDetail - Identifies the TransferPoint object to return by its "DisembarkBusRouteDetail" attribute value
TransferPoint objectpublic TransferPoint[] getTransferPoints()
TransferPoint object instances. More than one instance can be defined for this object because it is a repeatable field element.
TransferPoint objectspublic void setTransferPoints(TransferPoint[] transferpoints)
TransferPoint objects. All existing
TransferPoint instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all TransferPoints.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||