|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DocumentDocument.Document
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, 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
StringOrRefType getDescription()
void setDescription(StringOrRefType description)
StringOrRefType addNewDescription()
Object getDate()
TimeIso8601 xgetDate()
boolean isSetDate()
void setDate(Object date)
void xsetDate(TimeIso8601 date)
void unsetDate()
ContactDocument.Contact getContact()
boolean isSetContact()
void setContact(ContactDocument.Contact contact)
ContactDocument.Contact addNewContact()
void unsetContact()
String getFormat()
org.apache.xmlbeans.XmlToken xgetFormat()
boolean isSetFormat()
void setFormat(String format)
void xsetFormat(org.apache.xmlbeans.XmlToken format)
void unsetFormat()
OnlineResourceDocument.OnlineResource[] getOnlineResourceArray()
OnlineResourceDocument.OnlineResource getOnlineResourceArray(int i)
int sizeOfOnlineResourceArray()
void setOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)
void setOnlineResourceArray(int i, OnlineResourceDocument.OnlineResource onlineResource)
OnlineResourceDocument.OnlineResource insertNewOnlineResource(int i)
OnlineResourceDocument.OnlineResource addNewOnlineResource()
void removeOnlineResource(int i)
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
String getVersion()
org.apache.xmlbeans.XmlToken xgetVersion()
boolean isSetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlToken version)
void unsetVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |