Uses of Interface
net.opengis.eml.x001.EventCharacteristicsType.Attributes
-
Packages that use EventCharacteristicsType.Attributes Package Description net.opengis.eml.x001 net.opengis.eml.x001.impl -
-
Uses of EventCharacteristicsType.Attributes in net.opengis.eml.x001
Methods in net.opengis.eml.x001 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.x001 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.x001.impl
Classes in net.opengis.eml.x001.impl that implement EventCharacteristicsType.Attributes Modifier and Type Class Description static classEventCharacteristicsTypeImpl.AttributesImplAn XML attributes(@http://www.opengis.net/eml/0.0.1).Methods in net.opengis.eml.x001.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.x001.impl with parameters of type EventCharacteristicsType.Attributes Modifier and Type Method Description voidEventCharacteristicsTypeImpl. setAttributes(EventCharacteristicsType.Attributes attributes)Sets the "attributes" element
-