Uses of Interface
net.opengis.eml.x002.EventCharacteristicsType.Attributes
-
Packages that use EventCharacteristicsType.Attributes Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of EventCharacteristicsType.Attributes in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return EventCharacteristicsType.Attributes Modifier and Type Method Description EventCharacteristicsType.AttributesEventCharacteristicsType. addNewAttributes()Appends and returns a new empty "attributes" elementEventCharacteristicsType.AttributesEventCharacteristicsType. getAttributes()Gets the "attributes" elementstatic EventCharacteristicsType.AttributesEventCharacteristicsType.Attributes.Factory. newInstance()static EventCharacteristicsType.AttributesEventCharacteristicsType.Attributes.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type EventCharacteristicsType.Attributes Modifier and Type Method Description voidEventCharacteristicsType. setAttributes(EventCharacteristicsType.Attributes attributes)Sets the "attributes" element -
Uses of EventCharacteristicsType.Attributes in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement EventCharacteristicsType.Attributes Modifier and Type Class Description static classEventCharacteristicsTypeImpl.AttributesImplAn XML attributes(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return EventCharacteristicsType.Attributes Modifier and Type Method Description EventCharacteristicsType.AttributesEventCharacteristicsTypeImpl. addNewAttributes()Appends and returns a new empty "attributes" elementEventCharacteristicsType.AttributesEventCharacteristicsTypeImpl. getAttributes()Gets the "attributes" elementMethods in net.opengis.eml.x002.impl with parameters of type EventCharacteristicsType.Attributes Modifier and Type Method Description voidEventCharacteristicsTypeImpl. setAttributes(EventCharacteristicsType.Attributes attributes)Sets the "attributes" element
-