|
||||||||||
| 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.SIFKeyedElement
com.edustructures.sifworks.common.SIF_ExtendedElement
public class SIF_ExtendedElement
A name/value pair, the name being contained in the Name attribute, the value being the element content.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SIF_ExtendedElement()
Constructor |
|
SIF_ExtendedElement(java.lang.String name,
java.lang.String value)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
java.lang.String |
getName()
Gets the value of the Name attribute. |
java.lang.String |
getSIF_Action()
Gets the value of the SIF_Action attribute. |
java.lang.String |
getValue()
Gets the value of the <Value> element. |
java.lang.String |
getXsiType()
Gets the value of the XsiType attribute. |
void |
setName(java.lang.String value)
Sets the value of the Name attribute. |
void |
setSIF_Action(SIFActionType value)
Sets the value of the SIF_Action attribute. |
void |
setSIF_Action(java.lang.String value)
Sets the value of the SIF_Action attribute as a String. |
void |
setValue(java.lang.String value)
Sets the value of the <Value> element. |
void |
setXsiType(java.lang.String value)
Sets the value of the XsiType attribute. |
| 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, 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 SIF_ExtendedElement()
public SIF_ExtendedElement(java.lang.String name,
java.lang.String value)
name - The name of the extended element. As it is possible that names for extended elements may collide from agent to agent, it is recommended that the names of extended elements be configurable in an agent, or that agents use URIs for the names of extended elements.value - Gets or sets the content value of the <SIF_ExtendedElement> element| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getValue()
<Value> element.
The SIF specification defines the meaning of this element as: "Gets or sets the content value of the <SIF_ExtendedElement> element"
Value element of this object.public void setValue(java.lang.String value)
<Value> element.
The SIF specification defines the meaning of this element as: "Gets or sets the content value of the <SIF_ExtendedElement> element"
value - A String objectpublic java.lang.String getName()
Name attribute.
The SIF specification defines the meaning of this attribute as: "The name of the extended element. As it is possible that names for extended elements may collide from agent to agent, it is recommended that the names of extended elements be configurable in an agent, or that agents use URIs for the names of extended elements."
Name attribute of this object.public void setName(java.lang.String value)
Name attribute.
The SIF specification defines the meaning of this attribute as: "The name of the extended element. As it is possible that names for extended elements may collide from agent to agent, it is recommended that the names of extended elements be configurable in an agent, or that agents use URIs for the names of extended elements."
value - A String objectpublic java.lang.String getXsiType()
XsiType attribute.
The SIF specification defines the meaning of this attribute as: "Allows type of element to be explicitly communicated."
XsiType attribute of this object.public void setXsiType(java.lang.String value)
XsiType attribute.
The SIF specification defines the meaning of this attribute as: "Allows type of element to be explicitly communicated."
value - A String objectpublic java.lang.String getSIF_Action()
SIF_Action attribute.
The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."
SIF_Action attribute of this object.public void setSIF_Action(SIFActionType value)
SIF_Action attribute.
The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."
value - A constant defined by the SIFActionType classpublic void setSIF_Action(java.lang.String value)
SIF_Action attribute as a String.
The SIF specification defines the meaning of this attribute as: "In a Change event, this flag can be used to indicate an element has been deleted from the parent list container. At a minimum the key for the list must also be present."
value - The value as a String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||