Uses of Interface
net.opengis.swe.x20.ComponentType
-
Packages that use ComponentType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of ComponentType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return ComponentType Modifier and Type Method Description ComponentTypeBinaryEncodingType.Member. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentDocument. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentOrBlockPropertyType. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentPropertyByValueType. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentPropertyType. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeBinaryEncodingType.Member. getComponent()Gets the "Component" elementComponentTypeComponentDocument. getComponent()Gets the "Component" elementComponentTypeComponentOrBlockPropertyType. getComponent()Gets the "Component" elementComponentTypeComponentPropertyByValueType. getComponent()Gets the "Component" elementComponentTypeComponentPropertyType. getComponent()Gets the "Component" elementstatic ComponentTypeComponentType.Factory. newInstance()static ComponentTypeComponentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(File file)static ComponentTypeComponentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(InputStream is)static ComponentTypeComponentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(Reader r)static ComponentTypeComponentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(String xmlAsString)static ComponentTypeComponentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(URL u)static ComponentTypeComponentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(XMLStreamReader sr)static ComponentTypeComponentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ComponentTypeComponentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ComponentTypeComponentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ComponentTypeComponentType.Factory. parse(Node node)static ComponentTypeComponentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type ComponentType Modifier and Type Method Description voidBinaryEncodingType.Member. setComponent(ComponentType component)Sets the "Component" elementvoidComponentDocument. setComponent(ComponentType component)Sets the "Component" elementvoidComponentOrBlockPropertyType. setComponent(ComponentType component)Sets the "Component" elementvoidComponentPropertyByValueType. setComponent(ComponentType component)Sets the "Component" elementvoidComponentPropertyType. setComponent(ComponentType component)Sets the "Component" element -
Uses of ComponentType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement ComponentType Modifier and Type Class Description classComponentTypeImplAn XML ComponentType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return ComponentType Modifier and Type Method Description ComponentTypeBinaryEncodingTypeImpl.MemberImpl. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentDocumentImpl. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentOrBlockPropertyTypeImpl. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentPropertyByValueTypeImpl. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeComponentPropertyTypeImpl. addNewComponent()Appends and returns a new empty "Component" elementComponentTypeBinaryEncodingTypeImpl.MemberImpl. getComponent()Gets the "Component" elementComponentTypeComponentDocumentImpl. getComponent()Gets the "Component" elementComponentTypeComponentOrBlockPropertyTypeImpl. getComponent()Gets the "Component" elementComponentTypeComponentPropertyByValueTypeImpl. getComponent()Gets the "Component" elementComponentTypeComponentPropertyTypeImpl. getComponent()Gets the "Component" elementMethods in net.opengis.swe.x20.impl with parameters of type ComponentType Modifier and Type Method Description voidBinaryEncodingTypeImpl.MemberImpl. setComponent(ComponentType component)Sets the "Component" elementvoidComponentDocumentImpl. setComponent(ComponentType component)Sets the "Component" elementvoidComponentOrBlockPropertyTypeImpl. setComponent(ComponentType component)Sets the "Component" elementvoidComponentPropertyByValueTypeImpl. setComponent(ComponentType component)Sets the "Component" elementvoidComponentPropertyTypeImpl. setComponent(ComponentType component)Sets the "Component" element
-