|
||||||||||
| 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.datamodel.RightsElement
public class RightsElement
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
RightsElement()
Constructor |
|
| Method Summary | |
|---|---|
void |
addFeesForUse(FeesForUse value)
Adds a new <FeesForUse> child element. |
java.lang.String |
getCopyrightStatement()
Gets the value of the <CopyrightStatement> element. |
java.lang.Boolean |
getCost()
Gets the value of the <Cost> element. |
FeesForUse[] |
getFeesForUses()
Gets all FeesForUse object instances. |
java.lang.String |
getTermsOfUse()
Gets the value of the <TermsOfUse> element. |
void |
setCopyrightStatement(java.lang.String value)
Sets the value of the <CopyrightStatement> element. |
void |
setCost(java.lang.Boolean value)
Sets the value of the <Cost> element. |
void |
setFeesForUses(FeesForUse[] feesforuses)
Sets an array of FeesForUse objects. |
void |
setTermsOfUse(java.lang.String value)
Sets the value of the <TermsOfUse> 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 RightsElement()
| Method Detail |
|---|
public java.lang.Boolean getCost()
<Cost> element.
Cost element of this object.public void setCost(java.lang.Boolean value)
<Cost> element.
value - A Boolean objectpublic void addFeesForUse(FeesForUse value)
<FeesForUse> child element.
value - A FeesForUse objectpublic FeesForUse[] getFeesForUses()
FeesForUse object instances. More than one instance can be defined for this object because it is a repeatable field element.
FeesForUse objectspublic void setFeesForUses(FeesForUse[] feesforuses)
FeesForUse objects. All existing
FeesForUse instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all FeesForUses.
public java.lang.String getCopyrightStatement()
<CopyrightStatement> element.
CopyrightStatement element of this object.public void setCopyrightStatement(java.lang.String value)
<CopyrightStatement> element.
value - A String objectpublic java.lang.String getTermsOfUse()
<TermsOfUse> element.
TermsOfUse element of this object.public void setTermsOfUse(java.lang.String value)
<TermsOfUse> element.
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||