|
||||||||||
| 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.etranscripts.StaffPersonalData
public class StaffPersonalData
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
StaffPersonalData()
Constructor |
|
| Method Summary | |
|---|---|
AddressList |
getAddressList()
Gets the value of the <AddressList> element. |
Name |
getName()
Gets the value of the <Name> element. |
PhoneNumberList |
getPhoneNumberList()
Gets the value of the <PhoneNumberList> element. |
java.lang.String |
getTitle()
Gets the value of the <Title> element. |
void |
removeAddressList()
Removes the AddressList child element previously created by calling setAddressList |
void |
removeName()
Removes the Name child element previously created by calling setName |
void |
removePhoneNumberList()
Removes the PhoneNumberList child element previously created by calling setPhoneNumberList |
void |
setAddressList(AddressList value)
Sets the value of the <AddressList> element. |
void |
setName(Name value)
Sets the value of the <Name> element. |
void |
setName(NameType type,
java.lang.String lastName,
java.lang.String firstName)
Sets the value of the <Name> child element. |
void |
setPhoneNumberList(PhoneNumberList value)
Sets the value of the <PhoneNumberList> element. |
void |
setTitle(java.lang.String value)
Sets the value of the <Title> 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 |
|---|
public StaffPersonalData()
| Method Detail |
|---|
public void setName(Name value)
<Name> element.
value - A Name object
public void setName(NameType type,
java.lang.String lastName,
java.lang.String firstName)
<Name> child element.
This form of setName is provided as a convenience method
that is functionally equivalent to the version of setName
that accepts a single Name object.
type - Code that specifies what type of name this is. If unsure, use 04.lastName - The last name.firstName - The first name.public Name getName()
<Name> element.
Name objectpublic void removeName()
Name child element previously created by calling setName
public java.lang.String getTitle()
<Title> element.
Title element of this object.public void setTitle(java.lang.String value)
<Title> element.
value - A String objectpublic void setAddressList(AddressList value)
<AddressList> element.
value - A AddressList objectpublic AddressList getAddressList()
<AddressList> element.
AddressList objectpublic void removeAddressList()
AddressList child element previously created by calling setAddressList
public void setPhoneNumberList(PhoneNumberList value)
<PhoneNumberList> element.
value - A PhoneNumberList objectpublic PhoneNumberList getPhoneNumberList()
<PhoneNumberList> element.
PhoneNumberList objectpublic void removePhoneNumberList()
PhoneNumberList child element previously created by calling setPhoneNumberList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||