Package net.opengis.sensorML.x101
Interface RightsDocument.Rights
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RightsDocumentImpl.RightsImpl
- Enclosing interface:
- RightsDocument
public static interface RightsDocument.Rights extends org.apache.xmlbeans.XmlObjectAn XML Rights(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRightsDocument.Rights.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentationDocument.DocumentationaddNewDocumentation()Appends and returns a new empty "documentation" elementbooleangetCopyRights()Gets the "copyRights" attributeDocumentationDocument.DocumentationgetDocumentation()Gets the "documentation" elementStringgetId()Gets the "id" attributebooleangetIntellectualPropertyRights()Gets the "intellectualPropertyRights" attributebooleangetPrivacyAct()Gets the "privacyAct" attributebooleanisSetCopyRights()True if has "copyRights" attributebooleanisSetId()True if has "id" attributebooleanisSetIntellectualPropertyRights()True if has "intellectualPropertyRights" attributebooleanisSetPrivacyAct()True if has "privacyAct" attributevoidsetCopyRights(boolean copyRights)Sets the "copyRights" attributevoidsetDocumentation(DocumentationDocument.Documentation documentation)Sets the "documentation" elementvoidsetId(String id)Sets the "id" attributevoidsetIntellectualPropertyRights(boolean intellectualPropertyRights)Sets the "intellectualPropertyRights" attributevoidsetPrivacyAct(boolean privacyAct)Sets the "privacyAct" attributevoidunsetCopyRights()Unsets the "copyRights" attributevoidunsetId()Unsets the "id" attributevoidunsetIntellectualPropertyRights()Unsets the "intellectualPropertyRights" attributevoidunsetPrivacyAct()Unsets the "privacyAct" attributeorg.apache.xmlbeans.XmlBooleanxgetCopyRights()Gets (as xml) the "copyRights" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlBooleanxgetIntellectualPropertyRights()Gets (as xml) the "intellectualPropertyRights" attributeorg.apache.xmlbeans.XmlBooleanxgetPrivacyAct()Gets (as xml) the "privacyAct" attributevoidxsetCopyRights(org.apache.xmlbeans.XmlBoolean copyRights)Sets (as xml) the "copyRights" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetIntellectualPropertyRights(org.apache.xmlbeans.XmlBoolean intellectualPropertyRights)Sets (as xml) the "intellectualPropertyRights" attributevoidxsetPrivacyAct(org.apache.xmlbeans.XmlBoolean privacyAct)Sets (as xml) the "privacyAct" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDocumentation
DocumentationDocument.Documentation getDocumentation()
Gets the "documentation" element
-
setDocumentation
void setDocumentation(DocumentationDocument.Documentation documentation)
Sets the "documentation" element
-
addNewDocumentation
DocumentationDocument.Documentation addNewDocumentation()
Appends and returns a new empty "documentation" element
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
getPrivacyAct
boolean getPrivacyAct()
Gets the "privacyAct" attribute
-
xgetPrivacyAct
org.apache.xmlbeans.XmlBoolean xgetPrivacyAct()
Gets (as xml) the "privacyAct" attribute
-
isSetPrivacyAct
boolean isSetPrivacyAct()
True if has "privacyAct" attribute
-
setPrivacyAct
void setPrivacyAct(boolean privacyAct)
Sets the "privacyAct" attribute
-
xsetPrivacyAct
void xsetPrivacyAct(org.apache.xmlbeans.XmlBoolean privacyAct)
Sets (as xml) the "privacyAct" attribute
-
unsetPrivacyAct
void unsetPrivacyAct()
Unsets the "privacyAct" attribute
-
getIntellectualPropertyRights
boolean getIntellectualPropertyRights()
Gets the "intellectualPropertyRights" attribute
-
xgetIntellectualPropertyRights
org.apache.xmlbeans.XmlBoolean xgetIntellectualPropertyRights()
Gets (as xml) the "intellectualPropertyRights" attribute
-
isSetIntellectualPropertyRights
boolean isSetIntellectualPropertyRights()
True if has "intellectualPropertyRights" attribute
-
setIntellectualPropertyRights
void setIntellectualPropertyRights(boolean intellectualPropertyRights)
Sets the "intellectualPropertyRights" attribute
-
xsetIntellectualPropertyRights
void xsetIntellectualPropertyRights(org.apache.xmlbeans.XmlBoolean intellectualPropertyRights)
Sets (as xml) the "intellectualPropertyRights" attribute
-
unsetIntellectualPropertyRights
void unsetIntellectualPropertyRights()
Unsets the "intellectualPropertyRights" attribute
-
getCopyRights
boolean getCopyRights()
Gets the "copyRights" attribute
-
xgetCopyRights
org.apache.xmlbeans.XmlBoolean xgetCopyRights()
Gets (as xml) the "copyRights" attribute
-
isSetCopyRights
boolean isSetCopyRights()
True if has "copyRights" attribute
-
setCopyRights
void setCopyRights(boolean copyRights)
Sets the "copyRights" attribute
-
xsetCopyRights
void xsetCopyRights(org.apache.xmlbeans.XmlBoolean copyRights)
Sets (as xml) the "copyRights" attribute
-
unsetCopyRights
void unsetCopyRights()
Unsets the "copyRights" attribute
-
-