Uses of Interface
net.opengis.swe.x101.ItemPropertyType
-
Packages that use ItemPropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of ItemPropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return ItemPropertyType Modifier and Type Method Description ItemPropertyTypeRecordType. addNewField()Appends and returns a new empty value (as xml) as the last "field" elementItemPropertyType[]RecordType. getFieldArray()Gets array of all "field" elementsItemPropertyTypeRecordType. getFieldArray(int i)Gets ith "field" elementItemPropertyTypeRecordType. insertNewField(int i)Inserts and returns a new empty value (as xml) as the ith "field" elementstatic ItemPropertyTypeItemPropertyType.Factory. newInstance()static ItemPropertyTypeItemPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ItemPropertyTypeItemPropertyType.Factory. parse(File file)static ItemPropertyTypeItemPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ItemPropertyTypeItemPropertyType.Factory. parse(InputStream is)static ItemPropertyTypeItemPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ItemPropertyTypeItemPropertyType.Factory. parse(Reader r)static ItemPropertyTypeItemPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ItemPropertyTypeItemPropertyType.Factory. parse(String xmlAsString)static ItemPropertyTypeItemPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ItemPropertyTypeItemPropertyType.Factory. parse(URL u)static ItemPropertyTypeItemPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ItemPropertyTypeItemPropertyType.Factory. parse(XMLStreamReader sr)static ItemPropertyTypeItemPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ItemPropertyTypeItemPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ItemPropertyTypeItemPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ItemPropertyTypeItemPropertyType.Factory. parse(Node node)static ItemPropertyTypeItemPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type ItemPropertyType Modifier and Type Method Description voidRecordType. setFieldArray(int i, ItemPropertyType field)Sets ith "field" elementvoidRecordType. setFieldArray(ItemPropertyType[] fieldArray)Sets array of all "field" element -
Uses of ItemPropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement ItemPropertyType Modifier and Type Class Description classItemPropertyTypeImplAn XML ItemPropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return ItemPropertyType Modifier and Type Method Description ItemPropertyTypeRecordTypeImpl. addNewField()Appends and returns a new empty value (as xml) as the last "field" elementItemPropertyType[]RecordTypeImpl. getFieldArray()Gets array of all "field" elementsItemPropertyTypeRecordTypeImpl. getFieldArray(int i)Gets ith "field" elementItemPropertyTypeRecordTypeImpl. insertNewField(int i)Inserts and returns a new empty value (as xml) as the ith "field" elementMethods in net.opengis.swe.x101.impl with parameters of type ItemPropertyType Modifier and Type Method Description voidRecordTypeImpl. setFieldArray(int i, ItemPropertyType field)Sets ith "field" elementvoidRecordTypeImpl. setFieldArray(ItemPropertyType[] fieldArray)Sets array of all "field" element
-