Uses of Interface
net.opengis.swe.x20.AbstractSimpleComponentType
-
Packages that use AbstractSimpleComponentType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of AbstractSimpleComponentType in net.opengis.swe.x20
Subinterfaces of AbstractSimpleComponentType in net.opengis.swe.x20 Modifier and Type Interface Description interfaceBooleanTypeAn XML BooleanType(@http://www.opengis.net/swe/2.0).interfaceCategoryRangeTypeAn XML CategoryRangeType(@http://www.opengis.net/swe/2.0).interfaceCategoryTypeAn XML CategoryType(@http://www.opengis.net/swe/2.0).interfaceCountRangeTypeAn XML CountRangeType(@http://www.opengis.net/swe/2.0).interfaceCountTypeAn XML CountType(@http://www.opengis.net/swe/2.0).interfaceQuantityRangeTypeAn XML QuantityRangeType(@http://www.opengis.net/swe/2.0).interfaceQuantityTypeAn XML QuantityType(@http://www.opengis.net/swe/2.0).interfaceTextTypeAn XML TextType(@http://www.opengis.net/swe/2.0).interfaceTimeRangeTypeAn XML TimeRangeType(@http://www.opengis.net/swe/2.0).interfaceTimeTypeAn XML TimeType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20 that return AbstractSimpleComponentType Modifier and Type Method Description AbstractSimpleComponentTypeAbstractSimpleComponentDocument. addNewAbstractSimpleComponent()Appends and returns a new empty "AbstractSimpleComponent" elementAbstractSimpleComponentTypeAbstractSimpleComponentPropertyType. addNewAbstractSimpleComponent()Appends and returns a new empty "AbstractSimpleComponent" elementAbstractSimpleComponentTypeAbstractSimpleComponentDocument. getAbstractSimpleComponent()Gets the "AbstractSimpleComponent" elementAbstractSimpleComponentTypeAbstractSimpleComponentPropertyType. getAbstractSimpleComponent()Gets the "AbstractSimpleComponent" elementstatic AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(File file)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(InputStream is)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(Reader r)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(String xmlAsString)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(URL u)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(XMLStreamReader sr)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(Node node)static AbstractSimpleComponentTypeAbstractSimpleComponentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type AbstractSimpleComponentType Modifier and Type Method Description voidAbstractSimpleComponentDocument. setAbstractSimpleComponent(AbstractSimpleComponentType abstractSimpleComponent)Sets the "AbstractSimpleComponent" elementvoidAbstractSimpleComponentPropertyType. setAbstractSimpleComponent(AbstractSimpleComponentType abstractSimpleComponent)Sets the "AbstractSimpleComponent" element -
Uses of AbstractSimpleComponentType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement AbstractSimpleComponentType Modifier and Type Class Description classAbstractSimpleComponentTypeImplAn XML AbstractSimpleComponentType(@http://www.opengis.net/swe/2.0).classBooleanTypeImplAn XML BooleanType(@http://www.opengis.net/swe/2.0).classCategoryRangeTypeImplAn XML CategoryRangeType(@http://www.opengis.net/swe/2.0).classCategoryTypeImplAn XML CategoryType(@http://www.opengis.net/swe/2.0).classCountRangeTypeImplAn XML CountRangeType(@http://www.opengis.net/swe/2.0).classCountTypeImplAn XML CountType(@http://www.opengis.net/swe/2.0).classQuantityRangeTypeImplAn XML QuantityRangeType(@http://www.opengis.net/swe/2.0).classQuantityTypeImplAn XML QuantityType(@http://www.opengis.net/swe/2.0).classTextTypeImplAn XML TextType(@http://www.opengis.net/swe/2.0).classTimeRangeTypeImplAn XML TimeRangeType(@http://www.opengis.net/swe/2.0).classTimeTypeImplAn XML TimeType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return AbstractSimpleComponentType Modifier and Type Method Description AbstractSimpleComponentTypeAbstractSimpleComponentDocumentImpl. addNewAbstractSimpleComponent()Appends and returns a new empty "AbstractSimpleComponent" elementAbstractSimpleComponentTypeAbstractSimpleComponentPropertyTypeImpl. addNewAbstractSimpleComponent()Appends and returns a new empty "AbstractSimpleComponent" elementAbstractSimpleComponentTypeAbstractSimpleComponentDocumentImpl. getAbstractSimpleComponent()Gets the "AbstractSimpleComponent" elementAbstractSimpleComponentTypeAbstractSimpleComponentPropertyTypeImpl. getAbstractSimpleComponent()Gets the "AbstractSimpleComponent" elementMethods in net.opengis.swe.x20.impl with parameters of type AbstractSimpleComponentType Modifier and Type Method Description voidAbstractSimpleComponentDocumentImpl. setAbstractSimpleComponent(AbstractSimpleComponentType abstractSimpleComponent)Sets the "AbstractSimpleComponent" elementvoidAbstractSimpleComponentPropertyTypeImpl. setAbstractSimpleComponent(AbstractSimpleComponentType abstractSimpleComponent)Sets the "AbstractSimpleComponent" element
-