|
||||||||||
| 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.SIFDataObject
com.edustructures.sifworks.reporting.ReportPackage
public class ReportPackage
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
ReportPackage()
Constructor |
|
| Method Summary | |
|---|---|
BinaryData |
getBinaryData()
Gets the value of the <BinaryData> element. |
Reference |
getReference()
Gets the value of the <Reference> element. |
TextData |
getTextData()
Gets the value of the <TextData> element. |
XMLData |
getXMLData()
Gets the value of the <XMLData> element. |
void |
removeBinaryData()
Removes the BinaryData child element previously created by calling setBinaryData |
void |
removeReference()
Removes the Reference child element previously created by calling setReference |
void |
removeTextData()
Removes the TextData child element previously created by calling setTextData |
void |
removeXMLData()
Removes the XMLData child element previously created by calling setXMLData |
void |
setBinaryData(BinaryData value)
Sets the value of the <BinaryData> element. |
void |
setBinaryData(java.lang.String value)
Sets the value of the <BinaryData> child element. |
void |
setReference(Reference value)
Sets the value of the <Reference> element. |
void |
setReference(java.lang.String url)
Sets the value of the <Reference> child element. |
void |
setTextData(java.lang.String value)
Sets the value of the <TextData> child element. |
void |
setTextData(TextData value)
Sets the value of the <TextData> element. |
void |
setXMLData(java.lang.String value)
Sets the value of the <XMLData> child element. |
void |
setXMLData(XMLData value)
Sets the value of the <XMLData> element. |
| Methods inherited from class com.edustructures.sifworks.SIFDataObject |
|---|
addSIFExtendedElement, clone, getElementOrAttribute, getObjectTag, getObjectType, getRefId, getSIFExtendedElement, getSIFExtendedElements, getSIFExtendedElementsContainer, getSIFMetadata, getSIFVersion, setElementOrAttribute, setElementOrAttribute, setElementOrAttribute, setSIFExtendedElements, setSIFExtendedElementsContainer, setSIFMetadata, setSIFVersion, toXML |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getKey, getSIFValue, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, 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 ReportPackage()
| Method Detail |
|---|
public void setXMLData(XMLData value)
<XMLData> element.
value - A XMLData objectpublic void setXMLData(java.lang.String value)
<XMLData> child element.
This form of setXMLData is provided as a convenience method
that is functionally equivalent to the version of setXMLData
that accepts a single XMLData object.
value - Gets or sets the content value of the <XMLData> elementpublic XMLData getXMLData()
<XMLData> element.
XMLData objectpublic void removeXMLData()
XMLData child element previously created by calling setXMLData
public void setTextData(TextData value)
<TextData> element.
The SIF specification defines the meaning of this element as: "Contains arbitrary text, encoded in UTF-8."
value - A TextData objectpublic void setTextData(java.lang.String value)
<TextData> child element.
This form of setTextData is provided as a convenience method
that is functionally equivalent to the version of setTextData
that accepts a single TextData object.
value - Gets or sets the content value of the <TextData> elementpublic TextData getTextData()
<TextData> element.
The SIF specification defines the meaning of this element as: "Contains arbitrary text, encoded in UTF-8."
TextData objectpublic void removeTextData()
TextData child element previously created by calling setTextData
public void setBinaryData(BinaryData value)
<BinaryData> element.
The SIF specification defines the meaning of this element as: "Contains the base64Binary encoding of binary or text data not encoded in UTF-8."
value - A BinaryData objectpublic void setBinaryData(java.lang.String value)
<BinaryData> child element.
This form of setBinaryData is provided as a convenience method
that is functionally equivalent to the version of setBinaryData
that accepts a single BinaryData object.
value - Gets or sets the content value of the <BinaryData> elementpublic BinaryData getBinaryData()
<BinaryData> element.
The SIF specification defines the meaning of this element as: "Contains the base64Binary encoding of binary or text data not encoded in UTF-8."
BinaryData objectpublic void removeBinaryData()
BinaryData child element previously created by calling setBinaryData
public void setReference(Reference value)
<Reference> element.
value - A Reference objectpublic void setReference(java.lang.String url)
<Reference> child element.
This form of setReference is provided as a convenience method
that is functionally equivalent to the version of setReference
that accepts a single Reference object.
url - Location of external content.public Reference getReference()
<Reference> element.
Reference objectpublic void removeReference()
Reference child element previously created by calling setReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||