Uses of Interface
net.opengis.eml.x002.EventAttributeType
-
Packages that use EventAttributeType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of EventAttributeType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return EventAttributeType Modifier and Type Method Description EventAttributeTypeEventAttributeDocument. addNewEventAttribute()Appends and returns a new empty "EventAttribute" elementEventAttributeTypeEventAttributePropertyType. addNewEventAttribute()Appends and returns a new empty "EventAttribute" elementEventAttributeTypeEventCharacteristicsType.Attributes. addNewEventAttribute()Appends and returns a new empty value (as xml) as the last "EventAttribute" elementEventAttributeTypeSimplePatternType.PropertyRestrictions. addNewPropertyRestriction()Appends and returns a new empty value (as xml) as the last "PropertyRestriction" elementEventAttributeTypeEventAttributeDocument. getEventAttribute()Gets the "EventAttribute" elementEventAttributeTypeEventAttributePropertyType. getEventAttribute()Gets the "EventAttribute" elementEventAttributeType[]EventCharacteristicsType.Attributes. getEventAttributeArray()Gets array of all "EventAttribute" elementsEventAttributeTypeEventCharacteristicsType.Attributes. getEventAttributeArray(int i)Gets ith "EventAttribute" elementEventAttributeType[]SimplePatternType.PropertyRestrictions. getPropertyRestrictionArray()Gets array of all "PropertyRestriction" elementsEventAttributeTypeSimplePatternType.PropertyRestrictions. getPropertyRestrictionArray(int i)Gets ith "PropertyRestriction" elementEventAttributeTypeEventCharacteristicsType.Attributes. insertNewEventAttribute(int i)Inserts and returns a new empty value (as xml) as the ith "EventAttribute" elementEventAttributeTypeSimplePatternType.PropertyRestrictions. insertNewPropertyRestriction(int i)Inserts and returns a new empty value (as xml) as the ith "PropertyRestriction" elementstatic EventAttributeTypeEventAttributeType.Factory. newInstance()static EventAttributeTypeEventAttributeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EventAttributeTypeEventAttributeType.Factory. parse(File file)static EventAttributeTypeEventAttributeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EventAttributeTypeEventAttributeType.Factory. parse(InputStream is)static EventAttributeTypeEventAttributeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EventAttributeTypeEventAttributeType.Factory. parse(Reader r)static EventAttributeTypeEventAttributeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EventAttributeTypeEventAttributeType.Factory. parse(String xmlAsString)static EventAttributeTypeEventAttributeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EventAttributeTypeEventAttributeType.Factory. parse(URL u)static EventAttributeTypeEventAttributeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EventAttributeTypeEventAttributeType.Factory. parse(XMLStreamReader sr)static EventAttributeTypeEventAttributeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EventAttributeTypeEventAttributeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EventAttributeTypeEventAttributeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EventAttributeTypeEventAttributeType.Factory. parse(Node node)static EventAttributeTypeEventAttributeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type EventAttributeType Modifier and Type Method Description voidEventAttributeDocument. setEventAttribute(EventAttributeType eventAttribute)Sets the "EventAttribute" elementvoidEventAttributePropertyType. setEventAttribute(EventAttributeType eventAttribute)Sets the "EventAttribute" elementvoidEventCharacteristicsType.Attributes. setEventAttributeArray(int i, EventAttributeType eventAttribute)Sets ith "EventAttribute" elementvoidEventCharacteristicsType.Attributes. setEventAttributeArray(EventAttributeType[] eventAttributeArray)Sets array of all "EventAttribute" elementvoidSimplePatternType.PropertyRestrictions. setPropertyRestrictionArray(int i, EventAttributeType propertyRestriction)Sets ith "PropertyRestriction" elementvoidSimplePatternType.PropertyRestrictions. setPropertyRestrictionArray(EventAttributeType[] propertyRestrictionArray)Sets array of all "PropertyRestriction" element -
Uses of EventAttributeType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement EventAttributeType Modifier and Type Class Description classEventAttributeTypeImplAn XML EventAttributeType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return EventAttributeType Modifier and Type Method Description EventAttributeTypeEventAttributeDocumentImpl. addNewEventAttribute()Appends and returns a new empty "EventAttribute" elementEventAttributeTypeEventAttributePropertyTypeImpl. addNewEventAttribute()Appends and returns a new empty "EventAttribute" elementEventAttributeTypeEventCharacteristicsTypeImpl.AttributesImpl. addNewEventAttribute()Appends and returns a new empty value (as xml) as the last "EventAttribute" elementEventAttributeTypeSimplePatternTypeImpl.PropertyRestrictionsImpl. addNewPropertyRestriction()Appends and returns a new empty value (as xml) as the last "PropertyRestriction" elementEventAttributeTypeEventAttributeDocumentImpl. getEventAttribute()Gets the "EventAttribute" elementEventAttributeTypeEventAttributePropertyTypeImpl. getEventAttribute()Gets the "EventAttribute" elementEventAttributeType[]EventCharacteristicsTypeImpl.AttributesImpl. getEventAttributeArray()Gets array of all "EventAttribute" elementsEventAttributeTypeEventCharacteristicsTypeImpl.AttributesImpl. getEventAttributeArray(int i)Gets ith "EventAttribute" elementEventAttributeType[]SimplePatternTypeImpl.PropertyRestrictionsImpl. getPropertyRestrictionArray()Gets array of all "PropertyRestriction" elementsEventAttributeTypeSimplePatternTypeImpl.PropertyRestrictionsImpl. getPropertyRestrictionArray(int i)Gets ith "PropertyRestriction" elementEventAttributeTypeEventCharacteristicsTypeImpl.AttributesImpl. insertNewEventAttribute(int i)Inserts and returns a new empty value (as xml) as the ith "EventAttribute" elementEventAttributeTypeSimplePatternTypeImpl.PropertyRestrictionsImpl. insertNewPropertyRestriction(int i)Inserts and returns a new empty value (as xml) as the ith "PropertyRestriction" elementMethods in net.opengis.eml.x002.impl with parameters of type EventAttributeType Modifier and Type Method Description voidEventAttributeDocumentImpl. setEventAttribute(EventAttributeType eventAttribute)Sets the "EventAttribute" elementvoidEventAttributePropertyTypeImpl. setEventAttribute(EventAttributeType eventAttribute)Sets the "EventAttribute" elementvoidEventCharacteristicsTypeImpl.AttributesImpl. setEventAttributeArray(int i, EventAttributeType eventAttribute)Sets ith "EventAttribute" elementvoidEventCharacteristicsTypeImpl.AttributesImpl. setEventAttributeArray(EventAttributeType[] eventAttributeArray)Sets array of all "EventAttribute" elementvoidSimplePatternTypeImpl.PropertyRestrictionsImpl. setPropertyRestrictionArray(int i, EventAttributeType propertyRestriction)Sets ith "PropertyRestriction" elementvoidSimplePatternTypeImpl.PropertyRestrictionsImpl. setPropertyRestrictionArray(EventAttributeType[] propertyRestrictionArray)Sets array of all "PropertyRestriction" element
-