com.edustructures.sifworks.infra
Class SIF_Provision

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.SIFMessagePayload
              extended by com.edustructures.sifworks.infra.SIF_Provision
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class SIF_Provision
extends SIFMessagePayload

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_Provision()
          Constructor
 
Method Summary
 SIF_Header getSIF_Header()
          Gets the value of the <SIF_Header> element.
 SIF_ProvideObjects getSIF_ProvideObjects()
          Gets the value of the <SIF_ProvideObjects> element.
 SIF_PublishAddObjects getSIF_PublishAddObjects()
          Gets the value of the <SIF_PublishAddObjects> element.
 SIF_PublishChangeObjects getSIF_PublishChangeObjects()
          Gets the value of the <SIF_PublishChangeObjects> element.
 SIF_PublishDeleteObjects getSIF_PublishDeleteObjects()
          Gets the value of the <SIF_PublishDeleteObjects> element.
 SIF_RequestObjects getSIF_RequestObjects()
          Gets the value of the <SIF_RequestObjects> element.
 SIF_RespondObjects getSIF_RespondObjects()
          Gets the value of the <SIF_RespondObjects> element.
 SIF_SubscribeObjects getSIF_SubscribeObjects()
          Gets the value of the <SIF_SubscribeObjects> element.
 void removeSIF_Header()
          Removes the SIF_Header child element previously created by calling setSIF_Header
 void removeSIF_ProvideObjects()
          Removes the SIF_ProvideObjects child element previously created by calling setSIF_ProvideObjects
 void removeSIF_PublishAddObjects()
          Removes the SIF_PublishAddObjects child element previously created by calling setSIF_PublishAddObjects
 void removeSIF_PublishChangeObjects()
          Removes the SIF_PublishChangeObjects child element previously created by calling setSIF_PublishChangeObjects
 void removeSIF_PublishDeleteObjects()
          Removes the SIF_PublishDeleteObjects child element previously created by calling setSIF_PublishDeleteObjects
 void removeSIF_RequestObjects()
          Removes the SIF_RequestObjects child element previously created by calling setSIF_RequestObjects
 void removeSIF_RespondObjects()
          Removes the SIF_RespondObjects child element previously created by calling setSIF_RespondObjects
 void removeSIF_SubscribeObjects()
          Removes the SIF_SubscribeObjects child element previously created by calling setSIF_SubscribeObjects
 void setSIF_Header(SIF_Header value)
          Sets the value of the <SIF_Header> element.
 void setSIF_ProvideObjects(SIF_ProvideObjects value)
          Sets the value of the <SIF_ProvideObjects> element.
 void setSIF_PublishAddObjects(SIF_PublishAddObjects value)
          Sets the value of the <SIF_PublishAddObjects> element.
 void setSIF_PublishChangeObjects(SIF_PublishChangeObjects value)
          Sets the value of the <SIF_PublishChangeObjects> element.
 void setSIF_PublishDeleteObjects(SIF_PublishDeleteObjects value)
          Sets the value of the <SIF_PublishDeleteObjects> element.
 void setSIF_RequestObjects(SIF_RequestObjects value)
          Sets the value of the <SIF_RequestObjects> element.
 void setSIF_RespondObjects(SIF_RespondObjects value)
          Sets the value of the <SIF_RespondObjects> element.
 void setSIF_SubscribeObjects(SIF_SubscribeObjects value)
          Sets the value of the <SIF_SubscribeObjects> element.
 
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

SIF_Provision

public SIF_Provision()
Constructor

Method Detail

setSIF_Header

public void setSIF_Header(SIF_Header value)
Sets the value of the <SIF_Header> element.

Parameters:
value - A SIF_Header object
Since:
2.0

getSIF_Header

public SIF_Header getSIF_Header()
Gets the value of the <SIF_Header> element.

Returns:
A SIF_Header object
Since:
2.0

removeSIF_Header

public void removeSIF_Header()
Removes the SIF_Header child element previously created by calling setSIF_Header

Since:
2.0

setSIF_ProvideObjects

public void setSIF_ProvideObjects(SIF_ProvideObjects value)
Sets the value of the <SIF_ProvideObjects> element.

Parameters:
value - A SIF_ProvideObjects object
Since:
2.0

getSIF_ProvideObjects

public SIF_ProvideObjects getSIF_ProvideObjects()
Gets the value of the <SIF_ProvideObjects> element.

Returns:
A SIF_ProvideObjects object
Since:
2.0

removeSIF_ProvideObjects

public void removeSIF_ProvideObjects()
Removes the SIF_ProvideObjects child element previously created by calling setSIF_ProvideObjects

Since:
2.0

setSIF_SubscribeObjects

public void setSIF_SubscribeObjects(SIF_SubscribeObjects value)
Sets the value of the <SIF_SubscribeObjects> element.

Parameters:
value - A SIF_SubscribeObjects object
Since:
2.0

getSIF_SubscribeObjects

public SIF_SubscribeObjects getSIF_SubscribeObjects()
Gets the value of the <SIF_SubscribeObjects> element.

Returns:
A SIF_SubscribeObjects object
Since:
2.0

removeSIF_SubscribeObjects

public void removeSIF_SubscribeObjects()
Removes the SIF_SubscribeObjects child element previously created by calling setSIF_SubscribeObjects

Since:
2.0

setSIF_PublishAddObjects

public void setSIF_PublishAddObjects(SIF_PublishAddObjects value)
Sets the value of the <SIF_PublishAddObjects> element.

Parameters:
value - A SIF_PublishAddObjects object
Since:
2.0

getSIF_PublishAddObjects

public SIF_PublishAddObjects getSIF_PublishAddObjects()
Gets the value of the <SIF_PublishAddObjects> element.

Returns:
A SIF_PublishAddObjects object
Since:
2.0

removeSIF_PublishAddObjects

public void removeSIF_PublishAddObjects()
Removes the SIF_PublishAddObjects child element previously created by calling setSIF_PublishAddObjects

Since:
2.0

setSIF_PublishChangeObjects

public void setSIF_PublishChangeObjects(SIF_PublishChangeObjects value)
Sets the value of the <SIF_PublishChangeObjects> element.

Parameters:
value - A SIF_PublishChangeObjects object
Since:
2.0

getSIF_PublishChangeObjects

public SIF_PublishChangeObjects getSIF_PublishChangeObjects()
Gets the value of the <SIF_PublishChangeObjects> element.

Returns:
A SIF_PublishChangeObjects object
Since:
2.0

removeSIF_PublishChangeObjects

public void removeSIF_PublishChangeObjects()
Removes the SIF_PublishChangeObjects child element previously created by calling setSIF_PublishChangeObjects

Since:
2.0

setSIF_PublishDeleteObjects

public void setSIF_PublishDeleteObjects(SIF_PublishDeleteObjects value)
Sets the value of the <SIF_PublishDeleteObjects> element.

Parameters:
value - A SIF_PublishDeleteObjects object
Since:
2.0

getSIF_PublishDeleteObjects

public SIF_PublishDeleteObjects getSIF_PublishDeleteObjects()
Gets the value of the <SIF_PublishDeleteObjects> element.

Returns:
A SIF_PublishDeleteObjects object
Since:
2.0

removeSIF_PublishDeleteObjects

public void removeSIF_PublishDeleteObjects()
Removes the SIF_PublishDeleteObjects child element previously created by calling setSIF_PublishDeleteObjects

Since:
2.0

setSIF_RequestObjects

public void setSIF_RequestObjects(SIF_RequestObjects value)
Sets the value of the <SIF_RequestObjects> element.

Parameters:
value - A SIF_RequestObjects object
Since:
2.0

getSIF_RequestObjects

public SIF_RequestObjects getSIF_RequestObjects()
Gets the value of the <SIF_RequestObjects> element.

Returns:
A SIF_RequestObjects object
Since:
2.0

removeSIF_RequestObjects

public void removeSIF_RequestObjects()
Removes the SIF_RequestObjects child element previously created by calling setSIF_RequestObjects

Since:
2.0

setSIF_RespondObjects

public void setSIF_RespondObjects(SIF_RespondObjects value)
Sets the value of the <SIF_RespondObjects> element.

Parameters:
value - A SIF_RespondObjects object
Since:
2.0

getSIF_RespondObjects

public SIF_RespondObjects getSIF_RespondObjects()
Gets the value of the <SIF_RespondObjects> element.

Returns:
A SIF_RespondObjects object
Since:
2.0

removeSIF_RespondObjects

public void removeSIF_RespondObjects()
Removes the SIF_RespondObjects child element previously created by calling setSIF_RespondObjects

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.