Uses of Interface
net.opengis.sensorml.x20.ContactListType
-
Packages that use ContactListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ContactListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ContactListType Modifier and Type Method Description ContactListTypeContactListDocument. addNewContactList()Appends and returns a new empty "ContactList" elementContactListTypeContactListPropertyType. addNewContactList()Appends and returns a new empty "ContactList" elementContactListTypeContactListDocument. getContactList()Gets the "ContactList" elementContactListTypeContactListPropertyType. getContactList()Gets the "ContactList" elementstatic ContactListTypeContactListType.Factory. newInstance()static ContactListTypeContactListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ContactListTypeContactListType.Factory. parse(File file)static ContactListTypeContactListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ContactListTypeContactListType.Factory. parse(InputStream is)static ContactListTypeContactListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ContactListTypeContactListType.Factory. parse(Reader r)static ContactListTypeContactListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ContactListTypeContactListType.Factory. parse(String xmlAsString)static ContactListTypeContactListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ContactListTypeContactListType.Factory. parse(URL u)static ContactListTypeContactListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ContactListTypeContactListType.Factory. parse(XMLStreamReader sr)static ContactListTypeContactListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ContactListTypeContactListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ContactListTypeContactListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ContactListTypeContactListType.Factory. parse(Node node)static ContactListTypeContactListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ContactListType Modifier and Type Method Description voidContactListDocument. setContactList(ContactListType contactList)Sets the "ContactList" elementvoidContactListPropertyType. setContactList(ContactListType contactList)Sets the "ContactList" element -
Uses of ContactListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ContactListType Modifier and Type Class Description classContactListTypeImplAn XML ContactListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ContactListType Modifier and Type Method Description ContactListTypeContactListDocumentImpl. addNewContactList()Appends and returns a new empty "ContactList" elementContactListTypeContactListPropertyTypeImpl. addNewContactList()Appends and returns a new empty "ContactList" elementContactListTypeContactListDocumentImpl. getContactList()Gets the "ContactList" elementContactListTypeContactListPropertyTypeImpl. getContactList()Gets the "ContactList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ContactListType Modifier and Type Method Description voidContactListDocumentImpl. setContactList(ContactListType contactList)Sets the "ContactList" elementvoidContactListPropertyTypeImpl. setContactList(ContactListType contactList)Sets the "ContactList" element
-