Package net.opengis.sensorML.x101
Interface DocumentDocument.Document
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DocumentDocumentImpl.DocumentImpl
- Enclosing interface:
- DocumentDocument
public static interface DocumentDocument.Document extends org.apache.xmlbeans.XmlObjectAn XML Document(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentDocument.Document.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 ContactDocument.ContactaddNewContact()Appends and returns a new empty "contact" elementStringOrRefTypeaddNewDescription()Appends and returns a new empty "description" elementOnlineResourceDocument.OnlineResourceaddNewOnlineResource()Appends and returns a new empty value (as xml) as the last "onlineResource" elementContactDocument.ContactgetContact()Gets the "contact" elementObjectgetDate()Gets the "date" elementStringOrRefTypegetDescription()Gets the "description" elementStringgetFormat()Gets the "format" elementStringgetId()Gets the "id" attributeOnlineResourceDocument.OnlineResource[]getOnlineResourceArray()Gets array of all "onlineResource" elementsOnlineResourceDocument.OnlineResourcegetOnlineResourceArray(int i)Gets ith "onlineResource" elementStringgetVersion()Gets the "version" attributeOnlineResourceDocument.OnlineResourceinsertNewOnlineResource(int i)Inserts and returns a new empty value (as xml) as the ith "onlineResource" elementbooleanisSetContact()True if has "contact" elementbooleanisSetDate()True if has "date" elementbooleanisSetFormat()True if has "format" elementbooleanisSetId()True if has "id" attributebooleanisSetVersion()True if has "version" attributevoidremoveOnlineResource(int i)Removes the ith "onlineResource" elementvoidsetContact(ContactDocument.Contact contact)Sets the "contact" elementvoidsetDate(Object date)Sets the "date" elementvoidsetDescription(StringOrRefType description)Sets the "description" elementvoidsetFormat(String format)Sets the "format" elementvoidsetId(String id)Sets the "id" attributevoidsetOnlineResourceArray(int i, OnlineResourceDocument.OnlineResource onlineResource)Sets ith "onlineResource" elementvoidsetOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)Sets array of all "onlineResource" elementvoidsetVersion(String version)Sets the "version" attributeintsizeOfOnlineResourceArray()Returns number of "onlineResource" elementvoidunsetContact()Unsets the "contact" elementvoidunsetDate()Unsets the "date" elementvoidunsetFormat()Unsets the "format" elementvoidunsetId()Unsets the "id" attributevoidunsetVersion()Unsets the "version" attributeTimeIso8601xgetDate()Gets (as xml) the "date" elementorg.apache.xmlbeans.XmlTokenxgetFormat()Gets (as xml) the "format" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlTokenxgetVersion()Gets (as xml) the "version" attributevoidxsetDate(TimeIso8601 date)Sets (as xml) the "date" elementvoidxsetFormat(org.apache.xmlbeans.XmlToken format)Sets (as xml) the "format" elementvoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetVersion(org.apache.xmlbeans.XmlToken version)Sets (as xml) the "version" 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
-
getDescription
StringOrRefType getDescription()
Gets the "description" element
-
setDescription
void setDescription(StringOrRefType description)
Sets the "description" element
-
addNewDescription
StringOrRefType addNewDescription()
Appends and returns a new empty "description" element
-
getDate
Object getDate()
Gets the "date" element
-
xgetDate
TimeIso8601 xgetDate()
Gets (as xml) the "date" element
-
isSetDate
boolean isSetDate()
True if has "date" element
-
setDate
void setDate(Object date)
Sets the "date" element
-
xsetDate
void xsetDate(TimeIso8601 date)
Sets (as xml) the "date" element
-
unsetDate
void unsetDate()
Unsets the "date" element
-
getContact
ContactDocument.Contact getContact()
Gets the "contact" element
-
isSetContact
boolean isSetContact()
True if has "contact" element
-
setContact
void setContact(ContactDocument.Contact contact)
Sets the "contact" element
-
addNewContact
ContactDocument.Contact addNewContact()
Appends and returns a new empty "contact" element
-
unsetContact
void unsetContact()
Unsets the "contact" element
-
getFormat
String getFormat()
Gets the "format" element
-
xgetFormat
org.apache.xmlbeans.XmlToken xgetFormat()
Gets (as xml) the "format" element
-
isSetFormat
boolean isSetFormat()
True if has "format" element
-
setFormat
void setFormat(String format)
Sets the "format" element
-
xsetFormat
void xsetFormat(org.apache.xmlbeans.XmlToken format)
Sets (as xml) the "format" element
-
unsetFormat
void unsetFormat()
Unsets the "format" element
-
getOnlineResourceArray
OnlineResourceDocument.OnlineResource[] getOnlineResourceArray()
Gets array of all "onlineResource" elements
-
getOnlineResourceArray
OnlineResourceDocument.OnlineResource getOnlineResourceArray(int i)
Gets ith "onlineResource" element
-
sizeOfOnlineResourceArray
int sizeOfOnlineResourceArray()
Returns number of "onlineResource" element
-
setOnlineResourceArray
void setOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)
Sets array of all "onlineResource" element
-
setOnlineResourceArray
void setOnlineResourceArray(int i, OnlineResourceDocument.OnlineResource onlineResource)Sets ith "onlineResource" element
-
insertNewOnlineResource
OnlineResourceDocument.OnlineResource insertNewOnlineResource(int i)
Inserts and returns a new empty value (as xml) as the ith "onlineResource" element
-
addNewOnlineResource
OnlineResourceDocument.OnlineResource addNewOnlineResource()
Appends and returns a new empty value (as xml) as the last "onlineResource" element
-
removeOnlineResource
void removeOnlineResource(int i)
Removes the ith "onlineResource" 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
-
getVersion
String getVersion()
Gets the "version" attribute
-
xgetVersion
org.apache.xmlbeans.XmlToken xgetVersion()
Gets (as xml) the "version" attribute
-
isSetVersion
boolean isSetVersion()
True if has "version" attribute
-
setVersion
void setVersion(String version)
Sets the "version" attribute
-
xsetVersion
void xsetVersion(org.apache.xmlbeans.XmlToken version)
Sets (as xml) the "version" attribute
-
unsetVersion
void unsetVersion()
Unsets the "version" attribute
-
-