Package net.opengis.sensorML.x101
Interface EventDocument.Event
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EventDocumentImpl.EventImpl
- Enclosing interface:
- EventDocument
public static interface EventDocument.Event extends org.apache.xmlbeans.XmlObjectAn XML Event(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventDocument.Event.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 ClassificationDocument.ClassificationaddNewClassification()Appends and returns a new empty value (as xml) as the last "classification" elementContactDocument.ContactaddNewContact()Appends and returns a new empty value (as xml) as the last "contact" elementStringOrRefTypeaddNewDescription()Appends and returns a new empty "description" elementDocumentationDocument.DocumentationaddNewDocumentation()Appends and returns a new empty value (as xml) as the last "documentation" elementIdentificationDocument.IdentificationaddNewIdentification()Appends and returns a new empty value (as xml) as the last "identification" elementKeywordsDocument.KeywordsaddNewKeywords()Appends and returns a new empty value (as xml) as the last "keywords" elementDataComponentPropertyTypeaddNewProperty()Appends and returns a new empty value (as xml) as the last "property" elementClassificationDocument.Classification[]getClassificationArray()Gets array of all "classification" elementsClassificationDocument.ClassificationgetClassificationArray(int i)Gets ith "classification" elementContactDocument.Contact[]getContactArray()Gets array of all "contact" elementsContactDocument.ContactgetContactArray(int i)Gets ith "contact" elementObjectgetDate()Gets the "date" elementStringOrRefTypegetDescription()Gets the "description" elementDocumentationDocument.Documentation[]getDocumentationArray()Gets array of all "documentation" elementsDocumentationDocument.DocumentationgetDocumentationArray(int i)Gets ith "documentation" elementStringgetId()Gets the "id" attributeIdentificationDocument.Identification[]getIdentificationArray()Gets array of all "identification" elementsIdentificationDocument.IdentificationgetIdentificationArray(int i)Gets ith "identification" elementKeywordsDocument.Keywords[]getKeywordsArray()Gets array of all "keywords" elementsKeywordsDocument.KeywordsgetKeywordsArray(int i)Gets ith "keywords" elementDataComponentPropertyType[]getPropertyArray()Gets array of all "property" elementsDataComponentPropertyTypegetPropertyArray(int i)Gets ith "property" elementClassificationDocument.ClassificationinsertNewClassification(int i)Inserts and returns a new empty value (as xml) as the ith "classification" elementContactDocument.ContactinsertNewContact(int i)Inserts and returns a new empty value (as xml) as the ith "contact" elementDocumentationDocument.DocumentationinsertNewDocumentation(int i)Inserts and returns a new empty value (as xml) as the ith "documentation" elementIdentificationDocument.IdentificationinsertNewIdentification(int i)Inserts and returns a new empty value (as xml) as the ith "identification" elementKeywordsDocument.KeywordsinsertNewKeywords(int i)Inserts and returns a new empty value (as xml) as the ith "keywords" elementDataComponentPropertyTypeinsertNewProperty(int i)Inserts and returns a new empty value (as xml) as the ith "property" elementbooleanisSetDate()True if has "date" elementbooleanisSetDescription()True if has "description" elementbooleanisSetId()True if has "id" attributevoidremoveClassification(int i)Removes the ith "classification" elementvoidremoveContact(int i)Removes the ith "contact" elementvoidremoveDocumentation(int i)Removes the ith "documentation" elementvoidremoveIdentification(int i)Removes the ith "identification" elementvoidremoveKeywords(int i)Removes the ith "keywords" elementvoidremoveProperty(int i)Removes the ith "property" elementvoidsetClassificationArray(int i, ClassificationDocument.Classification classification)Sets ith "classification" elementvoidsetClassificationArray(ClassificationDocument.Classification[] classificationArray)Sets array of all "classification" elementvoidsetContactArray(int i, ContactDocument.Contact contact)Sets ith "contact" elementvoidsetContactArray(ContactDocument.Contact[] contactArray)Sets array of all "contact" elementvoidsetDate(Object date)Sets the "date" elementvoidsetDescription(StringOrRefType description)Sets the "description" elementvoidsetDocumentationArray(int i, DocumentationDocument.Documentation documentation)Sets ith "documentation" elementvoidsetDocumentationArray(DocumentationDocument.Documentation[] documentationArray)Sets array of all "documentation" elementvoidsetId(String id)Sets the "id" attributevoidsetIdentificationArray(int i, IdentificationDocument.Identification identification)Sets ith "identification" elementvoidsetIdentificationArray(IdentificationDocument.Identification[] identificationArray)Sets array of all "identification" elementvoidsetKeywordsArray(int i, KeywordsDocument.Keywords keywords)Sets ith "keywords" elementvoidsetKeywordsArray(KeywordsDocument.Keywords[] keywordsArray)Sets array of all "keywords" elementvoidsetPropertyArray(int i, DataComponentPropertyType property)Sets ith "property" elementvoidsetPropertyArray(DataComponentPropertyType[] propertyArray)Sets array of all "property" elementintsizeOfClassificationArray()Returns number of "classification" elementintsizeOfContactArray()Returns number of "contact" elementintsizeOfDocumentationArray()Returns number of "documentation" elementintsizeOfIdentificationArray()Returns number of "identification" elementintsizeOfKeywordsArray()Returns number of "keywords" elementintsizeOfPropertyArray()Returns number of "property" elementvoidunsetDate()Unsets the "date" elementvoidunsetDescription()Unsets the "description" elementvoidunsetId()Unsets the "id" attributeTimeIso8601xgetDate()Gets (as xml) the "date" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributevoidxsetDate(TimeIso8601 date)Sets (as xml) the "date" elementvoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" 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
-
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
-
getDescription
StringOrRefType getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(StringOrRefType description)
Sets the "description" element
-
addNewDescription
StringOrRefType addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getKeywordsArray
KeywordsDocument.Keywords[] getKeywordsArray()
Gets array of all "keywords" elements
-
getKeywordsArray
KeywordsDocument.Keywords getKeywordsArray(int i)
Gets ith "keywords" element
-
sizeOfKeywordsArray
int sizeOfKeywordsArray()
Returns number of "keywords" element
-
setKeywordsArray
void setKeywordsArray(KeywordsDocument.Keywords[] keywordsArray)
Sets array of all "keywords" element
-
setKeywordsArray
void setKeywordsArray(int i, KeywordsDocument.Keywords keywords)Sets ith "keywords" element
-
insertNewKeywords
KeywordsDocument.Keywords insertNewKeywords(int i)
Inserts and returns a new empty value (as xml) as the ith "keywords" element
-
addNewKeywords
KeywordsDocument.Keywords addNewKeywords()
Appends and returns a new empty value (as xml) as the last "keywords" element
-
removeKeywords
void removeKeywords(int i)
Removes the ith "keywords" element
-
getIdentificationArray
IdentificationDocument.Identification[] getIdentificationArray()
Gets array of all "identification" elements
-
getIdentificationArray
IdentificationDocument.Identification getIdentificationArray(int i)
Gets ith "identification" element
-
sizeOfIdentificationArray
int sizeOfIdentificationArray()
Returns number of "identification" element
-
setIdentificationArray
void setIdentificationArray(IdentificationDocument.Identification[] identificationArray)
Sets array of all "identification" element
-
setIdentificationArray
void setIdentificationArray(int i, IdentificationDocument.Identification identification)Sets ith "identification" element
-
insertNewIdentification
IdentificationDocument.Identification insertNewIdentification(int i)
Inserts and returns a new empty value (as xml) as the ith "identification" element
-
addNewIdentification
IdentificationDocument.Identification addNewIdentification()
Appends and returns a new empty value (as xml) as the last "identification" element
-
removeIdentification
void removeIdentification(int i)
Removes the ith "identification" element
-
getClassificationArray
ClassificationDocument.Classification[] getClassificationArray()
Gets array of all "classification" elements
-
getClassificationArray
ClassificationDocument.Classification getClassificationArray(int i)
Gets ith "classification" element
-
sizeOfClassificationArray
int sizeOfClassificationArray()
Returns number of "classification" element
-
setClassificationArray
void setClassificationArray(ClassificationDocument.Classification[] classificationArray)
Sets array of all "classification" element
-
setClassificationArray
void setClassificationArray(int i, ClassificationDocument.Classification classification)Sets ith "classification" element
-
insertNewClassification
ClassificationDocument.Classification insertNewClassification(int i)
Inserts and returns a new empty value (as xml) as the ith "classification" element
-
addNewClassification
ClassificationDocument.Classification addNewClassification()
Appends and returns a new empty value (as xml) as the last "classification" element
-
removeClassification
void removeClassification(int i)
Removes the ith "classification" element
-
getContactArray
ContactDocument.Contact[] getContactArray()
Gets array of all "contact" elements
-
getContactArray
ContactDocument.Contact getContactArray(int i)
Gets ith "contact" element
-
sizeOfContactArray
int sizeOfContactArray()
Returns number of "contact" element
-
setContactArray
void setContactArray(ContactDocument.Contact[] contactArray)
Sets array of all "contact" element
-
setContactArray
void setContactArray(int i, ContactDocument.Contact contact)Sets ith "contact" element
-
insertNewContact
ContactDocument.Contact insertNewContact(int i)
Inserts and returns a new empty value (as xml) as the ith "contact" element
-
addNewContact
ContactDocument.Contact addNewContact()
Appends and returns a new empty value (as xml) as the last "contact" element
-
removeContact
void removeContact(int i)
Removes the ith "contact" element
-
getDocumentationArray
DocumentationDocument.Documentation[] getDocumentationArray()
Gets array of all "documentation" elements
-
getDocumentationArray
DocumentationDocument.Documentation getDocumentationArray(int i)
Gets ith "documentation" element
-
sizeOfDocumentationArray
int sizeOfDocumentationArray()
Returns number of "documentation" element
-
setDocumentationArray
void setDocumentationArray(DocumentationDocument.Documentation[] documentationArray)
Sets array of all "documentation" element
-
setDocumentationArray
void setDocumentationArray(int i, DocumentationDocument.Documentation documentation)Sets ith "documentation" element
-
insertNewDocumentation
DocumentationDocument.Documentation insertNewDocumentation(int i)
Inserts and returns a new empty value (as xml) as the ith "documentation" element
-
addNewDocumentation
DocumentationDocument.Documentation addNewDocumentation()
Appends and returns a new empty value (as xml) as the last "documentation" element
-
removeDocumentation
void removeDocumentation(int i)
Removes the ith "documentation" element
-
getPropertyArray
DataComponentPropertyType[] getPropertyArray()
Gets array of all "property" elements
-
getPropertyArray
DataComponentPropertyType getPropertyArray(int i)
Gets ith "property" element
-
sizeOfPropertyArray
int sizeOfPropertyArray()
Returns number of "property" element
-
setPropertyArray
void setPropertyArray(DataComponentPropertyType[] propertyArray)
Sets array of all "property" element
-
setPropertyArray
void setPropertyArray(int i, DataComponentPropertyType property)Sets ith "property" element
-
insertNewProperty
DataComponentPropertyType insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
-
addNewProperty
DataComponentPropertyType addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
-
removeProperty
void removeProperty(int i)
Removes the ith "property" 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
-
-