|
||||||||||
| 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.profdev.BackgroundCheck
public class BackgroundCheck
| 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 |
|---|
public BackgroundCheck()
| Method Detail |
|---|
public java.lang.String getType()
<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.
| Version | Tag |
| 1.5r1 | "CheckType" |
| SIF2.0 | "Type" |
Type element of this object.public void setType(BackgroundCheckType value)
<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.
| Version | Tag |
| 1.5r1 | "CheckType" |
| SIF2.0 | "Type" |
value - A constant defined by the BackgroundCheckType classpublic void setType(java.lang.String value)
<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.
| Version | Tag |
| 1.5r1 | "CheckType" |
| SIF2.0 | "Type" |
value - The value as a Stringpublic java.lang.String getDescription()
<Description> element.
The SIF specification defines the meaning of this element as: "Description of background check performed"
Description element of this object.public void setDescription(java.lang.String value)
<Description> element.
The SIF specification defines the meaning of this element as: "Description of background check performed"
value - A String objectpublic java.util.Calendar getDate()
<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.
| Version | Tag |
| 1.5r1 | "DateChecked" |
| SIF2.0 | "Date" |
Date element of this object.public void setDate(java.util.Calendar value)
<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.
| Version | Tag |
| 1.5r1 | "DateChecked" |
| SIF2.0 | "Date" |
value - A Calendar object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||