Uses of Interface
net.opengis.sensorml.x20.DescribedObjectType
-
Packages that use DescribedObjectType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of DescribedObjectType in net.opengis.sensorml.x20
Subinterfaces of DescribedObjectType in net.opengis.sensorml.x20 Modifier and Type Interface Description interfaceAbstractPhysicalProcessTypeAn XML AbstractPhysicalProcessType(@http://www.opengis.net/sensorml/2.0).interfaceAbstractProcessTypeAn XML AbstractProcessType(@http://www.opengis.net/sensorml/2.0).interfaceAggregateProcessTypeAn XML AggregateProcessType(@http://www.opengis.net/sensorml/2.0).interfaceModeTypeAn XML ModeType(@http://www.opengis.net/sensorml/2.0).interfacePhysicalComponentTypeAn XML PhysicalComponentType(@http://www.opengis.net/sensorml/2.0).interfacePhysicalSystemTypeAn XML PhysicalSystemType(@http://www.opengis.net/sensorml/2.0).interfaceSimpleProcessTypeAn XML SimpleProcessType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20 that return DescribedObjectType Modifier and Type Method Description DescribedObjectTypeDescribedObjectDocument. addNewDescribedObject()Appends and returns a new empty "DescribedObject" elementDescribedObjectTypeDescribedObjectPropertyType. addNewDescribedObject()Appends and returns a new empty "DescribedObject" elementDescribedObjectTypeDescribedObjectDocument. getDescribedObject()Gets the "DescribedObject" elementDescribedObjectTypeDescribedObjectPropertyType. getDescribedObject()Gets the "DescribedObject" elementstatic DescribedObjectTypeDescribedObjectType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic DescribedObjectTypeDescribedObjectType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic DescribedObjectTypeDescribedObjectType.Factory. parse(File file)static DescribedObjectTypeDescribedObjectType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DescribedObjectTypeDescribedObjectType.Factory. parse(InputStream is)static DescribedObjectTypeDescribedObjectType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DescribedObjectTypeDescribedObjectType.Factory. parse(Reader r)static DescribedObjectTypeDescribedObjectType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DescribedObjectTypeDescribedObjectType.Factory. parse(String xmlAsString)static DescribedObjectTypeDescribedObjectType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DescribedObjectTypeDescribedObjectType.Factory. parse(URL u)static DescribedObjectTypeDescribedObjectType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DescribedObjectTypeDescribedObjectType.Factory. parse(XMLStreamReader sr)static DescribedObjectTypeDescribedObjectType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DescribedObjectTypeDescribedObjectType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DescribedObjectTypeDescribedObjectType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DescribedObjectTypeDescribedObjectType.Factory. parse(Node node)static DescribedObjectTypeDescribedObjectType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type DescribedObjectType Modifier and Type Method Description voidDescribedObjectDocument. setDescribedObject(DescribedObjectType describedObject)Sets the "DescribedObject" elementvoidDescribedObjectPropertyType. setDescribedObject(DescribedObjectType describedObject)Sets the "DescribedObject" element -
Uses of DescribedObjectType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement DescribedObjectType Modifier and Type Class Description classAbstractPhysicalProcessTypeImplAn XML AbstractPhysicalProcessType(@http://www.opengis.net/sensorml/2.0).classAbstractProcessTypeImplAn XML AbstractProcessType(@http://www.opengis.net/sensorml/2.0).classAggregateProcessTypeImplAn XML AggregateProcessType(@http://www.opengis.net/sensorml/2.0).classDescribedObjectTypeImplAn XML DescribedObjectType(@http://www.opengis.net/sensorml/2.0).classModeTypeImplAn XML ModeType(@http://www.opengis.net/sensorml/2.0).classPhysicalComponentTypeImplAn XML PhysicalComponentType(@http://www.opengis.net/sensorml/2.0).classPhysicalSystemTypeImplAn XML PhysicalSystemType(@http://www.opengis.net/sensorml/2.0).classSimpleProcessTypeImplAn XML SimpleProcessType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return DescribedObjectType Modifier and Type Method Description DescribedObjectTypeDescribedObjectDocumentImpl. addNewDescribedObject()Appends and returns a new empty "DescribedObject" elementDescribedObjectTypeDescribedObjectPropertyTypeImpl. addNewDescribedObject()Appends and returns a new empty "DescribedObject" elementDescribedObjectTypeDescribedObjectDocumentImpl. getDescribedObject()Gets the "DescribedObject" elementDescribedObjectTypeDescribedObjectPropertyTypeImpl. getDescribedObject()Gets the "DescribedObject" elementMethods in net.opengis.sensorml.x20.impl with parameters of type DescribedObjectType Modifier and Type Method Description voidDescribedObjectDocumentImpl. setDescribedObject(DescribedObjectType describedObject)Sets the "DescribedObject" elementvoidDescribedObjectPropertyTypeImpl. setDescribedObject(DescribedObjectType describedObject)Sets the "DescribedObject" element
-