Uses of Interface
net.opengis.sensorml.x20.ContactListPropertyType
-
Packages that use ContactListPropertyType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ContactListPropertyType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ContactListPropertyType Modifier and Type Method Description ContactListPropertyTypeDescribedObjectType. addNewContacts()Appends and returns a new empty value (as xml) as the last "contacts" elementContactListPropertyTypeEventType. addNewContacts()Appends and returns a new empty value (as xml) as the last "contacts" elementContactListPropertyType[]DescribedObjectType. getContactsArray()Gets array of all "contacts" elementsContactListPropertyTypeDescribedObjectType. getContactsArray(int i)Gets ith "contacts" elementContactListPropertyType[]EventType. getContactsArray()Gets array of all "contacts" elementsContactListPropertyTypeEventType. getContactsArray(int i)Gets ith "contacts" elementContactListPropertyTypeDescribedObjectType. insertNewContacts(int i)Inserts and returns a new empty value (as xml) as the ith "contacts" elementContactListPropertyTypeEventType. insertNewContacts(int i)Inserts and returns a new empty value (as xml) as the ith "contacts" elementstatic ContactListPropertyTypeContactListPropertyType.Factory. newInstance()static ContactListPropertyTypeContactListPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ContactListPropertyTypeContactListPropertyType.Factory. parse(File file)static ContactListPropertyTypeContactListPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ContactListPropertyTypeContactListPropertyType.Factory. parse(InputStream is)static ContactListPropertyTypeContactListPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ContactListPropertyTypeContactListPropertyType.Factory. parse(Reader r)static ContactListPropertyTypeContactListPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ContactListPropertyTypeContactListPropertyType.Factory. parse(String xmlAsString)static ContactListPropertyTypeContactListPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ContactListPropertyTypeContactListPropertyType.Factory. parse(URL u)static ContactListPropertyTypeContactListPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ContactListPropertyTypeContactListPropertyType.Factory. parse(XMLStreamReader sr)static ContactListPropertyTypeContactListPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ContactListPropertyTypeContactListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ContactListPropertyTypeContactListPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ContactListPropertyTypeContactListPropertyType.Factory. parse(Node node)static ContactListPropertyTypeContactListPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ContactListPropertyType Modifier and Type Method Description voidDescribedObjectType. setContactsArray(int i, ContactListPropertyType contacts)Sets ith "contacts" elementvoidDescribedObjectType. setContactsArray(ContactListPropertyType[] contactsArray)Sets array of all "contacts" elementvoidEventType. setContactsArray(int i, ContactListPropertyType contacts)Sets ith "contacts" elementvoidEventType. setContactsArray(ContactListPropertyType[] contactsArray)Sets array of all "contacts" element -
Uses of ContactListPropertyType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ContactListPropertyType Modifier and Type Class Description classContactListPropertyTypeImplAn XML ContactListPropertyType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ContactListPropertyType Modifier and Type Method Description ContactListPropertyTypeDescribedObjectTypeImpl. addNewContacts()Appends and returns a new empty value (as xml) as the last "contacts" elementContactListPropertyTypeEventTypeImpl. addNewContacts()Appends and returns a new empty value (as xml) as the last "contacts" elementContactListPropertyType[]DescribedObjectTypeImpl. getContactsArray()Gets array of all "contacts" elementsContactListPropertyTypeDescribedObjectTypeImpl. getContactsArray(int i)Gets ith "contacts" elementContactListPropertyType[]EventTypeImpl. getContactsArray()Gets array of all "contacts" elementsContactListPropertyTypeEventTypeImpl. getContactsArray(int i)Gets ith "contacts" elementContactListPropertyTypeDescribedObjectTypeImpl. insertNewContacts(int i)Inserts and returns a new empty value (as xml) as the ith "contacts" elementContactListPropertyTypeEventTypeImpl. insertNewContacts(int i)Inserts and returns a new empty value (as xml) as the ith "contacts" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ContactListPropertyType Modifier and Type Method Description voidDescribedObjectTypeImpl. setContactsArray(int i, ContactListPropertyType contacts)Sets ith "contacts" elementvoidDescribedObjectTypeImpl. setContactsArray(ContactListPropertyType[] contactsArray)Sets array of all "contacts" elementvoidEventTypeImpl. setContactsArray(int i, ContactListPropertyType contacts)Sets ith "contacts" elementvoidEventTypeImpl. setContactsArray(ContactListPropertyType[] contactsArray)Sets array of all "contacts" element
-