net.opengis.sensorML.x10.impl
Class EventDocumentImpl.EventImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by net.opengis.sensorML.x10.impl.EventDocumentImpl.EventImpl
All Implemented Interfaces:
Serializable, EventDocument.Event, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
Enclosing class:
EventDocumentImpl

public static class EventDocumentImpl.EventImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements EventDocument.Event

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.opengis.sensorML.x10.EventDocument.Event
EventDocument.Event.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface net.opengis.sensorML.x10.EventDocument.Event
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
EventDocumentImpl.EventImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 ClassificationDocument.Classification addNewClassification()
          Appends and returns a new empty value (as xml) as the last "classification" element
 ContactDocument.Contact addNewContact()
          Appends and returns a new empty value (as xml) as the last "contact" element
 StringOrRefType addNewDescription()
          Appends and returns a new empty "description" element
 DocumentationDocument.Documentation addNewDocumentation()
          Appends and returns a new empty value (as xml) as the last "documentation" element
 IdentificationDocument.Identification addNewIdentification()
          Appends and returns a new empty value (as xml) as the last "identification" element
 KeywordsDocument.Keywords addNewKeywords()
          Appends and returns a new empty value (as xml) as the last "keywords" element
 DataComponentPropertyType addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 ClassificationDocument.Classification[] getClassificationArray()
          Gets array of all "classification" elements
 ClassificationDocument.Classification getClassificationArray(int i)
          Gets ith "classification" element
 ContactDocument.Contact[] getContactArray()
          Gets array of all "contact" elements
 ContactDocument.Contact getContactArray(int i)
          Gets ith "contact" element
 Object getDate()
          Gets the "date" element
 StringOrRefType getDescription()
          Gets the "description" element
 DocumentationDocument.Documentation[] getDocumentationArray()
          Gets array of all "documentation" elements
 DocumentationDocument.Documentation getDocumentationArray(int i)
          Gets ith "documentation" element
 String getId()
          Gets the "id" attribute
 IdentificationDocument.Identification[] getIdentificationArray()
          Gets array of all "identification" elements
 IdentificationDocument.Identification getIdentificationArray(int i)
          Gets ith "identification" element
 KeywordsDocument.Keywords[] getKeywordsArray()
          Gets array of all "keywords" elements
 KeywordsDocument.Keywords getKeywordsArray(int i)
          Gets ith "keywords" element
 DataComponentPropertyType[] getPropertyArray()
          Gets array of all "property" elements
 DataComponentPropertyType getPropertyArray(int i)
          Gets ith "property" element
 ClassificationDocument.Classification insertNewClassification(int i)
          Inserts and returns a new empty value (as xml) as the ith "classification" element
 ContactDocument.Contact insertNewContact(int i)
          Inserts and returns a new empty value (as xml) as the ith "contact" element
 DocumentationDocument.Documentation insertNewDocumentation(int i)
          Inserts and returns a new empty value (as xml) as the ith "documentation" element
 IdentificationDocument.Identification insertNewIdentification(int i)
          Inserts and returns a new empty value (as xml) as the ith "identification" element
 KeywordsDocument.Keywords insertNewKeywords(int i)
          Inserts and returns a new empty value (as xml) as the ith "keywords" element
 DataComponentPropertyType insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
 boolean isSetDate()
          True if has "date" element
 boolean isSetDescription()
          True if has "description" element
 boolean isSetId()
          True if has "id" attribute
 void removeClassification(int i)
          Removes the ith "classification" element
 void removeContact(int i)
          Removes the ith "contact" element
 void removeDocumentation(int i)
          Removes the ith "documentation" element
 void removeIdentification(int i)
          Removes the ith "identification" element
 void removeKeywords(int i)
          Removes the ith "keywords" element
 void removeProperty(int i)
          Removes the ith "property" element
 void setClassificationArray(ClassificationDocument.Classification[] classificationArray)
          Sets array of all "classification" element
 void setClassificationArray(int i, ClassificationDocument.Classification classification)
          Sets ith "classification" element
 void setContactArray(ContactDocument.Contact[] contactArray)
          Sets array of all "contact" element
 void setContactArray(int i, ContactDocument.Contact contact)
          Sets ith "contact" element
 void setDate(Object date)
          Sets the "date" element
 void setDescription(StringOrRefType description)
          Sets the "description" element
 void setDocumentationArray(DocumentationDocument.Documentation[] documentationArray)
          Sets array of all "documentation" element
 void setDocumentationArray(int i, DocumentationDocument.Documentation documentation)
          Sets ith "documentation" element
 void setId(String id)
          Sets the "id" attribute
 void setIdentificationArray(IdentificationDocument.Identification[] identificationArray)
          Sets array of all "identification" element
 void setIdentificationArray(int i, IdentificationDocument.Identification identification)
          Sets ith "identification" element
 void setKeywordsArray(int i, KeywordsDocument.Keywords keywords)
          Sets ith "keywords" element
 void setKeywordsArray(KeywordsDocument.Keywords[] keywordsArray)
          Sets array of all "keywords" element
 void setPropertyArray(DataComponentPropertyType[] propertyArray)
          Sets array of all "property" element
 void setPropertyArray(int i, DataComponentPropertyType property)
          Sets ith "property" element
 int sizeOfClassificationArray()
          Returns number of "classification" element
 int sizeOfContactArray()
          Returns number of "contact" element
 int sizeOfDocumentationArray()
          Returns number of "documentation" element
 int sizeOfIdentificationArray()
          Returns number of "identification" element
 int sizeOfKeywordsArray()
          Returns number of "keywords" element
 int sizeOfPropertyArray()
          Returns number of "property" element
 void unsetDate()
          Unsets the "date" element
 void unsetDescription()
          Unsets the "description" element
 void unsetId()
          Unsets the "id" attribute
 TimeIso8601 xgetDate()
          Gets (as xml) the "date" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 void xsetDate(TimeIso8601 date)
          Sets (as xml) the "date" element
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "id" attribute
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

EventDocumentImpl.EventImpl

public EventDocumentImpl.EventImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getDate

public Object getDate()
Gets the "date" element

Specified by:
getDate in interface EventDocument.Event

xgetDate

public TimeIso8601 xgetDate()
Gets (as xml) the "date" element

Specified by:
xgetDate in interface EventDocument.Event

isSetDate

public boolean isSetDate()
True if has "date" element

Specified by:
isSetDate in interface EventDocument.Event

setDate

public void setDate(Object date)
Sets the "date" element

Specified by:
setDate in interface EventDocument.Event

xsetDate

public void xsetDate(TimeIso8601 date)
Sets (as xml) the "date" element

Specified by:
xsetDate in interface EventDocument.Event

unsetDate

public void unsetDate()
Unsets the "date" element

Specified by:
unsetDate in interface EventDocument.Event

getDescription

public StringOrRefType getDescription()
Gets the "description" element

Specified by:
getDescription in interface EventDocument.Event

isSetDescription

public boolean isSetDescription()
True if has "description" element

Specified by:
isSetDescription in interface EventDocument.Event

setDescription

public void setDescription(StringOrRefType description)
Sets the "description" element

Specified by:
setDescription in interface EventDocument.Event

addNewDescription

public StringOrRefType addNewDescription()
Appends and returns a new empty "description" element

Specified by:
addNewDescription in interface EventDocument.Event

unsetDescription

public void unsetDescription()
Unsets the "description" element

Specified by:
unsetDescription in interface EventDocument.Event

getKeywordsArray

public KeywordsDocument.Keywords[] getKeywordsArray()
Gets array of all "keywords" elements

Specified by:
getKeywordsArray in interface EventDocument.Event

getKeywordsArray

public KeywordsDocument.Keywords getKeywordsArray(int i)
Gets ith "keywords" element

Specified by:
getKeywordsArray in interface EventDocument.Event

sizeOfKeywordsArray

public int sizeOfKeywordsArray()
Returns number of "keywords" element

Specified by:
sizeOfKeywordsArray in interface EventDocument.Event

setKeywordsArray

public void setKeywordsArray(KeywordsDocument.Keywords[] keywordsArray)
Sets array of all "keywords" element

Specified by:
setKeywordsArray in interface EventDocument.Event

setKeywordsArray

public void setKeywordsArray(int i,
                             KeywordsDocument.Keywords keywords)
Sets ith "keywords" element

Specified by:
setKeywordsArray in interface EventDocument.Event

insertNewKeywords

public KeywordsDocument.Keywords insertNewKeywords(int i)
Inserts and returns a new empty value (as xml) as the ith "keywords" element

Specified by:
insertNewKeywords in interface EventDocument.Event

addNewKeywords

public KeywordsDocument.Keywords addNewKeywords()
Appends and returns a new empty value (as xml) as the last "keywords" element

Specified by:
addNewKeywords in interface EventDocument.Event

removeKeywords

public void removeKeywords(int i)
Removes the ith "keywords" element

Specified by:
removeKeywords in interface EventDocument.Event

getIdentificationArray

public IdentificationDocument.Identification[] getIdentificationArray()
Gets array of all "identification" elements

Specified by:
getIdentificationArray in interface EventDocument.Event

getIdentificationArray

public IdentificationDocument.Identification getIdentificationArray(int i)
Gets ith "identification" element

Specified by:
getIdentificationArray in interface EventDocument.Event

sizeOfIdentificationArray

public int sizeOfIdentificationArray()
Returns number of "identification" element

Specified by:
sizeOfIdentificationArray in interface EventDocument.Event

setIdentificationArray

public void setIdentificationArray(IdentificationDocument.Identification[] identificationArray)
Sets array of all "identification" element

Specified by:
setIdentificationArray in interface EventDocument.Event

setIdentificationArray

public void setIdentificationArray(int i,
                                   IdentificationDocument.Identification identification)
Sets ith "identification" element

Specified by:
setIdentificationArray in interface EventDocument.Event

insertNewIdentification

public IdentificationDocument.Identification insertNewIdentification(int i)
Inserts and returns a new empty value (as xml) as the ith "identification" element

Specified by:
insertNewIdentification in interface EventDocument.Event

addNewIdentification

public IdentificationDocument.Identification addNewIdentification()
Appends and returns a new empty value (as xml) as the last "identification" element

Specified by:
addNewIdentification in interface EventDocument.Event

removeIdentification

public void removeIdentification(int i)
Removes the ith "identification" element

Specified by:
removeIdentification in interface EventDocument.Event

getClassificationArray

public ClassificationDocument.Classification[] getClassificationArray()
Gets array of all "classification" elements

Specified by:
getClassificationArray in interface EventDocument.Event

getClassificationArray

public ClassificationDocument.Classification getClassificationArray(int i)
Gets ith "classification" element

Specified by:
getClassificationArray in interface EventDocument.Event

sizeOfClassificationArray

public int sizeOfClassificationArray()
Returns number of "classification" element

Specified by:
sizeOfClassificationArray in interface EventDocument.Event

setClassificationArray

public void setClassificationArray(ClassificationDocument.Classification[] classificationArray)
Sets array of all "classification" element

Specified by:
setClassificationArray in interface EventDocument.Event

setClassificationArray

public void setClassificationArray(int i,
                                   ClassificationDocument.Classification classification)
Sets ith "classification" element

Specified by:
setClassificationArray in interface EventDocument.Event

insertNewClassification

public ClassificationDocument.Classification insertNewClassification(int i)
Inserts and returns a new empty value (as xml) as the ith "classification" element

Specified by:
insertNewClassification in interface EventDocument.Event

addNewClassification

public ClassificationDocument.Classification addNewClassification()
Appends and returns a new empty value (as xml) as the last "classification" element

Specified by:
addNewClassification in interface EventDocument.Event

removeClassification

public void removeClassification(int i)
Removes the ith "classification" element

Specified by:
removeClassification in interface EventDocument.Event

getContactArray

public ContactDocument.Contact[] getContactArray()
Gets array of all "contact" elements

Specified by:
getContactArray in interface EventDocument.Event

getContactArray

public ContactDocument.Contact getContactArray(int i)
Gets ith "contact" element

Specified by:
getContactArray in interface EventDocument.Event

sizeOfContactArray

public int sizeOfContactArray()
Returns number of "contact" element

Specified by:
sizeOfContactArray in interface EventDocument.Event

setContactArray

public void setContactArray(ContactDocument.Contact[] contactArray)
Sets array of all "contact" element

Specified by:
setContactArray in interface EventDocument.Event

setContactArray

public void setContactArray(int i,
                            ContactDocument.Contact contact)
Sets ith "contact" element

Specified by:
setContactArray in interface EventDocument.Event

insertNewContact

public ContactDocument.Contact insertNewContact(int i)
Inserts and returns a new empty value (as xml) as the ith "contact" element

Specified by:
insertNewContact in interface EventDocument.Event

addNewContact

public ContactDocument.Contact addNewContact()
Appends and returns a new empty value (as xml) as the last "contact" element

Specified by:
addNewContact in interface EventDocument.Event

removeContact

public void removeContact(int i)
Removes the ith "contact" element

Specified by:
removeContact in interface EventDocument.Event

getDocumentationArray

public DocumentationDocument.Documentation[] getDocumentationArray()
Gets array of all "documentation" elements

Specified by:
getDocumentationArray in interface EventDocument.Event

getDocumentationArray

public DocumentationDocument.Documentation getDocumentationArray(int i)
Gets ith "documentation" element

Specified by:
getDocumentationArray in interface EventDocument.Event

sizeOfDocumentationArray

public int sizeOfDocumentationArray()
Returns number of "documentation" element

Specified by:
sizeOfDocumentationArray in interface EventDocument.Event

setDocumentationArray

public void setDocumentationArray(DocumentationDocument.Documentation[] documentationArray)
Sets array of all "documentation" element

Specified by:
setDocumentationArray in interface EventDocument.Event

setDocumentationArray

public void setDocumentationArray(int i,
                                  DocumentationDocument.Documentation documentation)
Sets ith "documentation" element

Specified by:
setDocumentationArray in interface EventDocument.Event

insertNewDocumentation

public DocumentationDocument.Documentation insertNewDocumentation(int i)
Inserts and returns a new empty value (as xml) as the ith "documentation" element

Specified by:
insertNewDocumentation in interface EventDocument.Event

addNewDocumentation

public DocumentationDocument.Documentation addNewDocumentation()
Appends and returns a new empty value (as xml) as the last "documentation" element

Specified by:
addNewDocumentation in interface EventDocument.Event

removeDocumentation

public void removeDocumentation(int i)
Removes the ith "documentation" element

Specified by:
removeDocumentation in interface EventDocument.Event

getPropertyArray

public DataComponentPropertyType[] getPropertyArray()
Gets array of all "property" elements

Specified by:
getPropertyArray in interface EventDocument.Event

getPropertyArray

public DataComponentPropertyType getPropertyArray(int i)
Gets ith "property" element

Specified by:
getPropertyArray in interface EventDocument.Event

sizeOfPropertyArray

public int sizeOfPropertyArray()
Returns number of "property" element

Specified by:
sizeOfPropertyArray in interface EventDocument.Event

setPropertyArray

public void setPropertyArray(DataComponentPropertyType[] propertyArray)
Sets array of all "property" element

Specified by:
setPropertyArray in interface EventDocument.Event

setPropertyArray

public void setPropertyArray(int i,
                             DataComponentPropertyType property)
Sets ith "property" element

Specified by:
setPropertyArray in interface EventDocument.Event

insertNewProperty

public DataComponentPropertyType insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element

Specified by:
insertNewProperty in interface EventDocument.Event

addNewProperty

public DataComponentPropertyType addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element

Specified by:
addNewProperty in interface EventDocument.Event

removeProperty

public void removeProperty(int i)
Removes the ith "property" element

Specified by:
removeProperty in interface EventDocument.Event

getId

public String getId()
Gets the "id" attribute

Specified by:
getId in interface EventDocument.Event

xgetId

public org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute

Specified by:
xgetId in interface EventDocument.Event

isSetId

public boolean isSetId()
True if has "id" attribute

Specified by:
isSetId in interface EventDocument.Event

setId

public void setId(String id)
Sets the "id" attribute

Specified by:
setId in interface EventDocument.Event

xsetId

public void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute

Specified by:
xsetId in interface EventDocument.Event

unsetId

public void unsetId()
Unsets the "id" attribute

Specified by:
unsetId in interface EventDocument.Event


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