Uses of Interface
net.opengis.sensorml.x20.DocumentListPropertyType
-
Packages that use DocumentListPropertyType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of DocumentListPropertyType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return DocumentListPropertyType Modifier and Type Method Description DocumentListPropertyTypeDescribedObjectType. addNewDocumentation()Appends and returns a new empty value (as xml) as the last "documentation" elementDocumentListPropertyTypeEventType. addNewDocumentation()Appends and returns a new empty value (as xml) as the last "documentation" elementDocumentListPropertyType[]DescribedObjectType. getDocumentationArray()Gets array of all "documentation" elementsDocumentListPropertyTypeDescribedObjectType. getDocumentationArray(int i)Gets ith "documentation" elementDocumentListPropertyType[]EventType. getDocumentationArray()Gets array of all "documentation" elementsDocumentListPropertyTypeEventType. getDocumentationArray(int i)Gets ith "documentation" elementDocumentListPropertyTypeDescribedObjectType. insertNewDocumentation(int i)Inserts and returns a new empty value (as xml) as the ith "documentation" elementDocumentListPropertyTypeEventType. insertNewDocumentation(int i)Inserts and returns a new empty value (as xml) as the ith "documentation" elementstatic DocumentListPropertyTypeDocumentListPropertyType.Factory. newInstance()static DocumentListPropertyTypeDocumentListPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(File file)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(InputStream is)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(Reader r)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(String xmlAsString)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(URL u)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(XMLStreamReader sr)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(Node node)static DocumentListPropertyTypeDocumentListPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type DocumentListPropertyType Modifier and Type Method Description voidDescribedObjectType. setDocumentationArray(int i, DocumentListPropertyType documentation)Sets ith "documentation" elementvoidDescribedObjectType. setDocumentationArray(DocumentListPropertyType[] documentationArray)Sets array of all "documentation" elementvoidEventType. setDocumentationArray(int i, DocumentListPropertyType documentation)Sets ith "documentation" elementvoidEventType. setDocumentationArray(DocumentListPropertyType[] documentationArray)Sets array of all "documentation" element -
Uses of DocumentListPropertyType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement DocumentListPropertyType Modifier and Type Class Description classDocumentListPropertyTypeImplAn XML DocumentListPropertyType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return DocumentListPropertyType Modifier and Type Method Description DocumentListPropertyTypeDescribedObjectTypeImpl. addNewDocumentation()Appends and returns a new empty value (as xml) as the last "documentation" elementDocumentListPropertyTypeEventTypeImpl. addNewDocumentation()Appends and returns a new empty value (as xml) as the last "documentation" elementDocumentListPropertyType[]DescribedObjectTypeImpl. getDocumentationArray()Gets array of all "documentation" elementsDocumentListPropertyTypeDescribedObjectTypeImpl. getDocumentationArray(int i)Gets ith "documentation" elementDocumentListPropertyType[]EventTypeImpl. getDocumentationArray()Gets array of all "documentation" elementsDocumentListPropertyTypeEventTypeImpl. getDocumentationArray(int i)Gets ith "documentation" elementDocumentListPropertyTypeDescribedObjectTypeImpl. insertNewDocumentation(int i)Inserts and returns a new empty value (as xml) as the ith "documentation" elementDocumentListPropertyTypeEventTypeImpl. insertNewDocumentation(int i)Inserts and returns a new empty value (as xml) as the ith "documentation" elementMethods in net.opengis.sensorml.x20.impl with parameters of type DocumentListPropertyType Modifier and Type Method Description voidDescribedObjectTypeImpl. setDocumentationArray(int i, DocumentListPropertyType documentation)Sets ith "documentation" elementvoidDescribedObjectTypeImpl. setDocumentationArray(DocumentListPropertyType[] documentationArray)Sets array of all "documentation" elementvoidEventTypeImpl. setDocumentationArray(int i, DocumentListPropertyType documentation)Sets ith "documentation" elementvoidEventTypeImpl. setDocumentationArray(DocumentListPropertyType[] documentationArray)Sets array of all "documentation" element
-