Uses of Interface
net.opengis.swes.x20.EventCodeType
-
Packages that use EventCodeType Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of EventCodeType in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return EventCodeType Modifier and Type Method Description static EventCodeTypeEventCodeType.Factory. newInstance()static EventCodeTypeEventCodeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EventCodeTypeEventCodeType.Factory. newValue(Object obj)static EventCodeTypeEventCodeType.Factory. parse(File file)static EventCodeTypeEventCodeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EventCodeTypeEventCodeType.Factory. parse(InputStream is)static EventCodeTypeEventCodeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EventCodeTypeEventCodeType.Factory. parse(Reader r)static EventCodeTypeEventCodeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EventCodeTypeEventCodeType.Factory. parse(String xmlAsString)static EventCodeTypeEventCodeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EventCodeTypeEventCodeType.Factory. parse(URL u)static EventCodeTypeEventCodeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EventCodeTypeEventCodeType.Factory. parse(XMLStreamReader sr)static EventCodeTypeEventCodeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EventCodeTypeEventCodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EventCodeTypeEventCodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EventCodeTypeEventCodeType.Factory. parse(Node node)static EventCodeTypeEventCodeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)EventCodeTypeSWESEventType. xgetCode()Gets (as xml) the "code" elementMethods in net.opengis.swes.x20 with parameters of type EventCodeType Modifier and Type Method Description voidSWESEventType. xsetCode(EventCodeType code)Sets (as xml) the "code" element -
Uses of EventCodeType in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement EventCodeType Modifier and Type Class Description classEventCodeTypeImplAn XML EventCodeType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return EventCodeType Modifier and Type Method Description EventCodeTypeSWESEventTypeImpl. xgetCode()Gets (as xml) the "code" elementMethods in net.opengis.swes.x20.impl with parameters of type EventCodeType Modifier and Type Method Description voidSWESEventTypeImpl. xsetCode(EventCodeType code)Sets (as xml) the "code" element
-