com.edustructures.sifworks.profdev
Class BackgroundCheck

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

public class BackgroundCheck
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
BackgroundCheck()
          Constructor
 
Method Summary
 java.util.Calendar getDate()
          Gets the value of the <Date> element.
 java.lang.String getDescription()
          Gets the value of the <Description> element.
 java.lang.String getType()
          Gets the value of the <Type> element.
 void setDate(java.util.Calendar value)
          Sets the value of the <Date> element.
 void setDescription(java.lang.String value)
          Sets the value of the <Description> element.
 void setType(BackgroundCheckType value)
          Sets the value of the <Type> element.
 void setType(java.lang.String value)
          Sets the value of the <Type> element as a String.
 
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

BackgroundCheck

public BackgroundCheck()
Constructor

Method Detail

getType

public java.lang.String getType()
Gets the value of the <Type> element.

The SIF specification defines the meaning of this element as: "Background check type"

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.5r1"CheckType"
SIF2.0"Type"

Returns:
The Type element of this object.
Since:
1.5r1

setType

public void setType(BackgroundCheckType value)
Sets the value of the <Type> element.

The SIF specification defines the meaning of this element as: "Background check type"

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.5r1"CheckType"
SIF2.0"Type"

Parameters:
value - A constant defined by the BackgroundCheckType class
Since:
1.5r1

setType

public void setType(java.lang.String value)
Sets the value of the <Type> element as a String.

The SIF specification defines the meaning of this element as: "Background check type"

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.5r1"CheckType"
SIF2.0"Type"

Parameters:
value - The value as a String
Since:
1.5r1

getDescription

public java.lang.String getDescription()
Gets the value of the <Description> element.

The SIF specification defines the meaning of this element as: "Description of background check performed"

Returns:
The Description element of this object.
Since:
1.5r1

setDescription

public void setDescription(java.lang.String value)
Sets the value of the <Description> element.

The SIF specification defines the meaning of this element as: "Description of background check performed"

Parameters:
value - A String object
Since:
1.5r1

getDate

public java.util.Calendar getDate()
Gets the value of the <Date> element.

The SIF specification defines the meaning of this element as: "Date on which background type was checked"

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.5r1"DateChecked"
SIF2.0"Date"

Returns:
The Date element of this object.
Since:
1.5r1

setDate

public void setDate(java.util.Calendar value)
Sets the value of the <Date> element.

The SIF specification defines the meaning of this element as: "Date on which background type was checked"

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.5r1"DateChecked"
SIF2.0"Date"

Parameters:
value - A Calendar object
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.