|
||||||||||
| 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.infra.SIF_QueryObject
public class SIF_QueryObject
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SIF_QueryObject()
Constructor |
|
SIF_QueryObject(java.lang.String objectName)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addSIF_Element(SIF_Element value)
Adds a new <SIF_Element> child element. |
void |
addSIF_Element(java.lang.String value)
Adds a new <SIF_Element> repeatable element. |
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 |
getObjectName()
Gets the value of the ObjectName attribute. |
SIF_Element |
getSIF_Element(java.lang.String value)
Gets a SIF_Element object instance. |
SIF_Element[] |
getSIF_Elements()
Gets all SIF_Element object instances. |
void |
removeSIF_Element(java.lang.String value)
Removes a SIF_Element object instance. |
void |
setObjectName(java.lang.String value)
Sets the value of the ObjectName attribute. |
void |
setSIF_Elements(SIF_Element[] sif_elements)
Sets an array of SIF_Element objects. |
| 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_QueryObject()
public SIF_QueryObject(java.lang.String objectName)
objectName - | Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getObjectName()
ObjectName attribute.
ObjectName attribute of this object.public void setObjectName(java.lang.String value)
ObjectName attribute.
value - A String objectpublic void addSIF_Element(SIF_Element value)
<SIF_Element> child element.
The SIF specification defines the meaning of this element as: "Individual elements/attributes being requested of matching object. See syntax below. If specified, only the elements/attributes requested are returned in the SIF_Response (with any parent elements/attributes); otherwise, all elements supported by the provider's object are returned."
value - A SIF_Element objectpublic void addSIF_Element(java.lang.String value)
<SIF_Element> repeatable element.
This form of setSIF_Element is provided as a convenience method
that is functionally equivalent to the version of setSIF_Element
that accepts a single SIF_Element object.
value - Gets or sets the content value of the <SIF_Element> elementpublic void removeSIF_Element(java.lang.String value)
SIF_Element object instance. More than one instance can be defined for this object because it is a repeatable field element.
value - Identifies the SIF_Element object to remove by its Value valuepublic SIF_Element getSIF_Element(java.lang.String value)
SIF_Element object instance. More than one instance can be defined for this object because it is a repeatable field element.
value - Identifies the SIF_Element object to return by its "Value" attribute value
SIF_Element objectpublic SIF_Element[] getSIF_Elements()
SIF_Element object instances. More than one instance can be defined for this object because it is a repeatable field element.
SIF_Element objectspublic void setSIF_Elements(SIF_Element[] sif_elements)
SIF_Element objects. All existing
SIF_Element instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_Elements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||