|
||||||||||
| 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.SIFMessagePayload
com.edustructures.sifworks.infra.SIF_Subscribe
public class SIF_Subscribe
Contains one of the SIF message types.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SIF_Subscribe()
Constructor |
|
| Method Summary | |
|---|---|
void |
addSIF_Object(SIF_Object value)
Adds a new <SIF_Object> child element. |
SIF_Header |
getSIF_Header()
Gets the value of the <SIF_Header> element. |
SIF_Object |
getSIF_Object(java.lang.String objectName)
Gets a SIF_Object object instance. |
SIF_Object[] |
getSIF_Objects()
Gets all SIF_Object object instances. |
void |
removeSIF_Header()
Removes the SIF_Header child element previously created by calling setSIF_Header |
void |
removeSIF_Object(java.lang.String objectName)
Removes a SIF_Object object instance. |
void |
setSIF_Header(SIF_Header value)
Sets the value of the <SIF_Header> element. |
void |
setSIF_Objects(SIF_Object[] sif_objects)
Sets an array of SIF_Object objects. |
| Methods inherited from class com.edustructures.sifworks.SIFMessagePayload |
|---|
ackError, ackError, ackError, ackError, ackFinal, ackImmediate, ackIntermediate, ackStatus, getDestinationId, getHeader, getMsgId, getSIFContexts, getSIFVersion, getSourceId, getTimestamp, getVersionAttribute, getXmlns, LogRecv, LogSend, setSIFVersion, setVersionAttribute, setXmlns |
| 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, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, 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 |
| Constructor Detail |
|---|
public SIF_Subscribe()
| Method Detail |
|---|
public void setSIF_Header(SIF_Header value)
<SIF_Header> element.
The SIF specification defines the meaning of this element as: "Header information associated with this message."
value - A SIF_Header objectpublic SIF_Header getSIF_Header()
<SIF_Header> element.
The SIF specification defines the meaning of this element as: "Header information associated with this message."
SIF_Header objectpublic void removeSIF_Header()
SIF_Header child element previously created by calling setSIF_Header
public void addSIF_Object(SIF_Object value)
<SIF_Object> child element.
value - A SIF_Object objectpublic void removeSIF_Object(java.lang.String objectName)
SIF_Object object instance. More than one instance can be defined for this object because it is a repeatable field element.
objectName - Identifies the SIF_Object object to remove by its ObjectName valuepublic SIF_Object getSIF_Object(java.lang.String objectName)
SIF_Object object instance. More than one instance can be defined for this object because it is a repeatable field element.
objectName - Identifies the SIF_Object object to return by its "ObjectName" attribute value
SIF_Object objectpublic SIF_Object[] getSIF_Objects()
SIF_Object object instances. More than one instance can be defined for this object because it is a repeatable field element.
SIF_Object objectspublic void setSIF_Objects(SIF_Object[] sif_objects)
SIF_Object objects. All existing
SIF_Object instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_Objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||