| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
EventAttributeType |
EventCharacteristicsType.Attributes.addNewEventAttribute()
Appends and returns a new empty value (as xml) as the last "EventAttribute" element
|
EventAttributeType |
EventAttributePropertyType.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element
|
EventAttributeType |
EventAttributeDocument.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element
|
EventAttributeType |
SimplePatternType.PropertyRestrictions.addNewPropertyRestriction()
Appends and returns a new empty value (as xml) as the last "PropertyRestriction" element
|
EventAttributeType |
EventAttributePropertyType.getEventAttribute()
Gets the "EventAttribute" element
|
EventAttributeType |
EventAttributeDocument.getEventAttribute()
Gets the "EventAttribute" element
|
EventAttributeType[] |
EventCharacteristicsType.Attributes.getEventAttributeArray()
Gets array of all "EventAttribute" elements
|
EventAttributeType |
EventCharacteristicsType.Attributes.getEventAttributeArray(int i)
Gets ith "EventAttribute" element
|
EventAttributeType[] |
SimplePatternType.PropertyRestrictions.getPropertyRestrictionArray()
Gets array of all "PropertyRestriction" elements
|
EventAttributeType |
SimplePatternType.PropertyRestrictions.getPropertyRestrictionArray(int i)
Gets ith "PropertyRestriction" element
|
EventAttributeType |
EventCharacteristicsType.Attributes.insertNewEventAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "EventAttribute" element
|
EventAttributeType |
SimplePatternType.PropertyRestrictions.insertNewPropertyRestriction(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyRestriction" element
|
static EventAttributeType |
EventAttributeType.Factory.newInstance() |
static EventAttributeType |
EventAttributeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EventAttributeType |
EventAttributeType.Factory.parse(File file) |
static EventAttributeType |
EventAttributeType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EventAttributeType |
EventAttributeType.Factory.parse(InputStream is) |
static EventAttributeType |
EventAttributeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EventAttributeType |
EventAttributeType.Factory.parse(Node node) |
static EventAttributeType |
EventAttributeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EventAttributeType |
EventAttributeType.Factory.parse(Reader r) |
static EventAttributeType |
EventAttributeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EventAttributeType |
EventAttributeType.Factory.parse(String xmlAsString) |
static EventAttributeType |
EventAttributeType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EventAttributeType |
EventAttributeType.Factory.parse(URL u) |
static EventAttributeType |
EventAttributeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EventAttributeType |
EventAttributeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EventAttributeType |
EventAttributeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EventAttributeType |
EventAttributeType.Factory.parse(XMLStreamReader sr) |
static EventAttributeType |
EventAttributeType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventAttributePropertyType.setEventAttribute(EventAttributeType eventAttribute)
Sets the "EventAttribute" element
|
void |
EventAttributeDocument.setEventAttribute(EventAttributeType eventAttribute)
Sets the "EventAttribute" element
|
void |
EventCharacteristicsType.Attributes.setEventAttributeArray(EventAttributeType[] eventAttributeArray)
Sets array of all "EventAttribute" element
|
void |
EventCharacteristicsType.Attributes.setEventAttributeArray(int i,
EventAttributeType eventAttribute)
Sets ith "EventAttribute" element
|
void |
SimplePatternType.PropertyRestrictions.setPropertyRestrictionArray(EventAttributeType[] propertyRestrictionArray)
Sets array of all "PropertyRestriction" element
|
void |
SimplePatternType.PropertyRestrictions.setPropertyRestrictionArray(int i,
EventAttributeType propertyRestriction)
Sets ith "PropertyRestriction" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventAttributeTypeImpl
An XML EventAttributeType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
EventAttributeType |
EventCharacteristicsTypeImpl.AttributesImpl.addNewEventAttribute()
Appends and returns a new empty value (as xml) as the last "EventAttribute" element
|
EventAttributeType |
EventAttributeDocumentImpl.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element
|
EventAttributeType |
EventAttributePropertyTypeImpl.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element
|
EventAttributeType |
SimplePatternTypeImpl.PropertyRestrictionsImpl.addNewPropertyRestriction()
Appends and returns a new empty value (as xml) as the last "PropertyRestriction" element
|
EventAttributeType |
EventAttributeDocumentImpl.getEventAttribute()
Gets the "EventAttribute" element
|
EventAttributeType |
EventAttributePropertyTypeImpl.getEventAttribute()
Gets the "EventAttribute" element
|
EventAttributeType[] |
EventCharacteristicsTypeImpl.AttributesImpl.getEventAttributeArray()
Gets array of all "EventAttribute" elements
|
EventAttributeType |
EventCharacteristicsTypeImpl.AttributesImpl.getEventAttributeArray(int i)
Gets ith "EventAttribute" element
|
EventAttributeType[] |
SimplePatternTypeImpl.PropertyRestrictionsImpl.getPropertyRestrictionArray()
Gets array of all "PropertyRestriction" elements
|
EventAttributeType |
SimplePatternTypeImpl.PropertyRestrictionsImpl.getPropertyRestrictionArray(int i)
Gets ith "PropertyRestriction" element
|
EventAttributeType |
EventCharacteristicsTypeImpl.AttributesImpl.insertNewEventAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "EventAttribute" element
|
EventAttributeType |
SimplePatternTypeImpl.PropertyRestrictionsImpl.insertNewPropertyRestriction(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyRestriction" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventAttributeDocumentImpl.setEventAttribute(EventAttributeType eventAttribute)
Sets the "EventAttribute" element
|
void |
EventAttributePropertyTypeImpl.setEventAttribute(EventAttributeType eventAttribute)
Sets the "EventAttribute" element
|
void |
EventCharacteristicsTypeImpl.AttributesImpl.setEventAttributeArray(EventAttributeType[] eventAttributeArray)
Sets array of all "EventAttribute" element
|
void |
EventCharacteristicsTypeImpl.AttributesImpl.setEventAttributeArray(int i,
EventAttributeType eventAttribute)
Sets ith "EventAttribute" element
|
void |
SimplePatternTypeImpl.PropertyRestrictionsImpl.setPropertyRestrictionArray(EventAttributeType[] propertyRestrictionArray)
Sets array of all "PropertyRestriction" element
|
void |
SimplePatternTypeImpl.PropertyRestrictionsImpl.setPropertyRestrictionArray(int i,
EventAttributeType propertyRestriction)
Sets ith "PropertyRestriction" element
|
Copyright © 2018 52north.org. All rights reserved.