net.opengis.sensorML.x10
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.XmlObject

An XML Document(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class DocumentDocument.Document.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 ContactDocument.Contact addNewContact()
          Appends and returns a new empty "contact" element
 StringOrRefType addNewDescription()
          Appends and returns a new empty "description" element
 OnlineResourceDocument.OnlineResource addNewOnlineResource()
          Appends and returns a new empty value (as xml) as the last "onlineResource" element
 ContactDocument.Contact getContact()
          Gets the "contact" element
 Object getDate()
          Gets the "date" element
 StringOrRefType getDescription()
          Gets the "description" element
 String getFormat()
          Gets the "format" element
 String getId()
          Gets the "id" attribute
 OnlineResourceDocument.OnlineResource[] getOnlineResourceArray()
          Gets array of all "onlineResource" elements
 OnlineResourceDocument.OnlineResource getOnlineResourceArray(int i)
          Gets ith "onlineResource" element
 String getVersion()
          Gets the "version" attribute
 OnlineResourceDocument.OnlineResource insertNewOnlineResource(int i)
          Inserts and returns a new empty value (as xml) as the ith "onlineResource" element
 boolean isSetContact()
          True if has "contact" element
 boolean isSetDate()
          True if has "date" element
 boolean isSetFormat()
          True if has "format" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetVersion()
          True if has "version" attribute
 void removeOnlineResource(int i)
          Removes the ith "onlineResource" element
 void setContact(ContactDocument.Contact contact)
          Sets the "contact" element
 void setDate(Object date)
          Sets the "date" element
 void setDescription(StringOrRefType description)
          Sets the "description" element
 void setFormat(String format)
          Sets the "format" element
 void setId(String id)
          Sets the "id" attribute
 void setOnlineResourceArray(int i, OnlineResourceDocument.OnlineResource onlineResource)
          Sets ith "onlineResource" element
 void setOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)
          Sets array of all "onlineResource" element
 void setVersion(String version)
          Sets the "version" attribute
 int sizeOfOnlineResourceArray()
          Returns number of "onlineResource" element
 void unsetContact()
          Unsets the "contact" element
 void unsetDate()
          Unsets the "date" element
 void unsetFormat()
          Unsets the "format" element
 void unsetId()
          Unsets the "id" attribute
 void unsetVersion()
          Unsets the "version" attribute
 TimeIso8601 xgetDate()
          Gets (as xml) the "date" element
 org.apache.xmlbeans.XmlToken xgetFormat()
          Gets (as xml) the "format" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 org.apache.xmlbeans.XmlToken xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetDate(TimeIso8601 date)
          Sets (as xml) the "date" element
 void xsetFormat(org.apache.xmlbeans.XmlToken format)
          Sets (as xml) the "format" element
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "id" attribute
 void xsetVersion(org.apache.xmlbeans.XmlToken version)
          Sets (as xml) the "version" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2012 52north.org. All Rights Reserved.