|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventAttributeType | |
---|---|
net.opengis.eml.x001 | |
net.opengis.eml.x001.impl |
Uses of EventAttributeType in net.opengis.eml.x001 |
---|
Methods in net.opengis.eml.x001 that return EventAttributeType | |
---|---|
EventAttributeType |
EventAttributeDocument.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element |
EventAttributeType |
EventAttributePropertyType.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element |
EventAttributeType |
EventCharacteristicsType.Attributes.addNewEventAttribute()
Appends and returns a new empty value (as xml) as the last "EventAttribute" element |
EventAttributeType |
SimplePatternType.PropertyRestrictions.addNewPropertyRestriction()
Appends and returns a new empty value (as xml) as the last "PropertyRestriction" element |
EventAttributeType |
EventAttributeDocument.getEventAttribute()
Gets the "EventAttribute" element |
EventAttributeType |
EventAttributePropertyType.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)
|
Methods in net.opengis.eml.x001 with parameters of type EventAttributeType | |
---|---|
void |
EventAttributeDocument.setEventAttribute(EventAttributeType eventAttribute)
Sets the "EventAttribute" element |
void |
EventAttributePropertyType.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 |
Uses of EventAttributeType in net.opengis.eml.x001.impl |
---|
Classes in net.opengis.eml.x001.impl that implement EventAttributeType | |
---|---|
class |
EventAttributeTypeImpl
An XML EventAttributeType(@http://www.opengis.net/eml/0.0.1). |
Methods in net.opengis.eml.x001.impl that return EventAttributeType | |
---|---|
EventAttributeType |
EventAttributePropertyTypeImpl.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element |
EventAttributeType |
EventAttributeDocumentImpl.addNewEventAttribute()
Appends and returns a new empty "EventAttribute" element |
EventAttributeType |
EventCharacteristicsTypeImpl.AttributesImpl.addNewEventAttribute()
Appends and returns a new empty value (as xml) as the last "EventAttribute" element |
EventAttributeType |
SimplePatternTypeImpl.PropertyRestrictionsImpl.addNewPropertyRestriction()
Appends and returns a new empty value (as xml) as the last "PropertyRestriction" element |
EventAttributeType |
EventAttributePropertyTypeImpl.getEventAttribute()
Gets the "EventAttribute" element |
EventAttributeType |
EventAttributeDocumentImpl.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 |
Methods in net.opengis.eml.x001.impl with parameters of type EventAttributeType | |
---|---|
void |
EventAttributePropertyTypeImpl.setEventAttribute(EventAttributeType eventAttribute)
Sets the "EventAttribute" element |
void |
EventAttributeDocumentImpl.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |