Uses of Interface
net.opengis.sensorML.x101.ContactListDocument.ContactList.Member
-
Packages that use ContactListDocument.ContactList.Member Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ContactListDocument.ContactList.Member in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ContactListDocument.ContactList.Member Modifier and Type Method Description ContactListDocument.ContactList.MemberContactListDocument.ContactList. addNewMember()Appends and returns a new empty value (as xml) as the last "member" elementContactListDocument.ContactList.Member[]ContactListDocument.ContactList. getMemberArray()Gets array of all "member" elementsContactListDocument.ContactList.MemberContactListDocument.ContactList. getMemberArray(int i)Gets ith "member" elementContactListDocument.ContactList.MemberContactListDocument.ContactList. insertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementstatic ContactListDocument.ContactList.MemberContactListDocument.ContactList.Member.Factory. newInstance()static ContactListDocument.ContactList.MemberContactListDocument.ContactList.Member.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ContactListDocument.ContactList.Member Modifier and Type Method Description voidContactListDocument.ContactList. setMemberArray(int i, ContactListDocument.ContactList.Member member)Sets ith "member" elementvoidContactListDocument.ContactList. setMemberArray(ContactListDocument.ContactList.Member[] memberArray)Sets array of all "member" element -
Uses of ContactListDocument.ContactList.Member in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ContactListDocument.ContactList.Member Modifier and Type Class Description static classContactListDocumentImpl.ContactListImpl.MemberImplAn XML member(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ContactListDocument.ContactList.Member Modifier and Type Method Description ContactListDocument.ContactList.MemberContactListDocumentImpl.ContactListImpl. addNewMember()Appends and returns a new empty value (as xml) as the last "member" elementContactListDocument.ContactList.Member[]ContactListDocumentImpl.ContactListImpl. getMemberArray()Gets array of all "member" elementsContactListDocument.ContactList.MemberContactListDocumentImpl.ContactListImpl. getMemberArray(int i)Gets ith "member" elementContactListDocument.ContactList.MemberContactListDocumentImpl.ContactListImpl. insertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ContactListDocument.ContactList.Member Modifier and Type Method Description voidContactListDocumentImpl.ContactListImpl. setMemberArray(int i, ContactListDocument.ContactList.Member member)Sets ith "member" elementvoidContactListDocumentImpl.ContactListImpl. setMemberArray(ContactListDocument.ContactList.Member[] memberArray)Sets array of all "member" element
-