Uses of Interface
net.opengis.swe.x101.RecordType
-
Packages that use RecordType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of RecordType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return RecordType Modifier and Type Method Description RecordTypeRecordDocument. addNewRecord()Appends and returns a new empty "Record" elementRecordTypeRecordPropertyType. addNewRecord()Appends and returns a new empty "Record" elementRecordTypeXMLDataPropertyType. addNewRecord()Appends and returns a new empty "Record" elementRecordTypeRecordDocument. getRecord()Gets the "Record" elementRecordTypeRecordPropertyType. getRecord()Gets the "Record" elementRecordTypeXMLDataPropertyType. getRecord()Gets the "Record" elementstatic RecordTypeRecordType.Factory. newInstance()static RecordTypeRecordType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RecordTypeRecordType.Factory. parse(File file)static RecordTypeRecordType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RecordTypeRecordType.Factory. parse(InputStream is)static RecordTypeRecordType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RecordTypeRecordType.Factory. parse(Reader r)static RecordTypeRecordType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RecordTypeRecordType.Factory. parse(String xmlAsString)static RecordTypeRecordType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RecordTypeRecordType.Factory. parse(URL u)static RecordTypeRecordType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RecordTypeRecordType.Factory. parse(XMLStreamReader sr)static RecordTypeRecordType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RecordTypeRecordType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RecordTypeRecordType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RecordTypeRecordType.Factory. parse(Node node)static RecordTypeRecordType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type RecordType Modifier and Type Method Description voidRecordDocument. setRecord(RecordType record)Sets the "Record" elementvoidRecordPropertyType. setRecord(RecordType record)Sets the "Record" elementvoidXMLDataPropertyType. setRecord(RecordType record)Sets the "Record" element -
Uses of RecordType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement RecordType Modifier and Type Class Description classRecordTypeImplAn XML RecordType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return RecordType Modifier and Type Method Description RecordTypeRecordDocumentImpl. addNewRecord()Appends and returns a new empty "Record" elementRecordTypeRecordPropertyTypeImpl. addNewRecord()Appends and returns a new empty "Record" elementRecordTypeXMLDataPropertyTypeImpl. addNewRecord()Appends and returns a new empty "Record" elementRecordTypeRecordDocumentImpl. getRecord()Gets the "Record" elementRecordTypeRecordPropertyTypeImpl. getRecord()Gets the "Record" elementRecordTypeXMLDataPropertyTypeImpl. getRecord()Gets the "Record" elementMethods in net.opengis.swe.x101.impl with parameters of type RecordType Modifier and Type Method Description voidRecordDocumentImpl. setRecord(RecordType record)Sets the "Record" elementvoidRecordPropertyTypeImpl. setRecord(RecordType record)Sets the "Record" elementvoidXMLDataPropertyTypeImpl. setRecord(RecordType record)Sets the "Record" element
-