Uses of Interface
net.opengis.swe.x20.ByteOrderType
-
Packages that use ByteOrderType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of ByteOrderType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return ByteOrderType Modifier and Type Method Description static ByteOrderTypeByteOrderType.Factory. newInstance()static ByteOrderTypeByteOrderType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ByteOrderTypeByteOrderType.Factory. newValue(Object obj)static ByteOrderTypeByteOrderType.Factory. parse(File file)static ByteOrderTypeByteOrderType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ByteOrderTypeByteOrderType.Factory. parse(InputStream is)static ByteOrderTypeByteOrderType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ByteOrderTypeByteOrderType.Factory. parse(Reader r)static ByteOrderTypeByteOrderType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ByteOrderTypeByteOrderType.Factory. parse(String xmlAsString)static ByteOrderTypeByteOrderType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ByteOrderTypeByteOrderType.Factory. parse(URL u)static ByteOrderTypeByteOrderType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ByteOrderTypeByteOrderType.Factory. parse(XMLStreamReader sr)static ByteOrderTypeByteOrderType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ByteOrderTypeByteOrderType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ByteOrderTypeByteOrderType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ByteOrderTypeByteOrderType.Factory. parse(Node node)static ByteOrderTypeByteOrderType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ByteOrderTypeBinaryEncodingType. xgetByteOrder()Gets (as xml) the "byteOrder" attributeMethods in net.opengis.swe.x20 with parameters of type ByteOrderType Modifier and Type Method Description voidBinaryEncodingType. xsetByteOrder(ByteOrderType byteOrder)Sets (as xml) the "byteOrder" attribute -
Uses of ByteOrderType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement ByteOrderType Modifier and Type Class Description classByteOrderTypeImplAn XML ByteOrderType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return ByteOrderType Modifier and Type Method Description ByteOrderTypeBinaryEncodingTypeImpl. xgetByteOrder()Gets (as xml) the "byteOrder" attributeMethods in net.opengis.swe.x20.impl with parameters of type ByteOrderType Modifier and Type Method Description voidBinaryEncodingTypeImpl. xsetByteOrder(ByteOrderType byteOrder)Sets (as xml) the "byteOrder" attribute
-