com.edustructures.sifworks.infra
Class SIF_LogEntryHeader

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

public class SIF_LogEntryHeader
extends SIFElement

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.edustructures.sifworks.Element
CURRENT_SERIALIZE_VERSION
 
Constructor Summary
SIF_LogEntryHeader()
          Constructor
 
Method Summary
 SIF_Header getSIF_Header()
          Gets the value of the <SIF_Header> element.
 void removeSIF_Header()
          Removes the SIF_Header child element previously created by calling setSIF_Header
 void setSIF_Header(SIF_Header value)
          Sets the value of the <SIF_Header> element.
 void setSIF_Header(java.lang.String sifMsgId, java.util.Calendar sifTimestamp, java.lang.String sifSourceId)
          Sets the value of the <SIF_Header> child element.
 
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
 

Constructor Detail

SIF_LogEntryHeader

public SIF_LogEntryHeader()
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:
1.5r1

setSIF_Header

public void setSIF_Header(java.lang.String sifMsgId,
                          java.util.Calendar sifTimestamp,
                          java.lang.String sifSourceId)
Sets the value of the <SIF_Header> child element. This form of setSIF_Header is provided as a convenience method that is functionally equivalent to the version of setSIF_Header that accepts a single SIF_Header object.

Parameters:
sifMsgId - SIF_MsgId is a globally unique message identifier from the Agent or ZIS that sends out the message.
sifTimestamp - Timestamp of when the message was sent.
sifSourceId - The SIF_SourceId is the ID of the originator of the message. Each source needs to have a zone unique case-sensitive identifier.
Since:
1.5r1

getSIF_Header

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

Returns:
A SIF_Header object
Since:
1.5r1

removeSIF_Header

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

Since:
1.5r1


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.