Uses of Interface
net.opengis.sensorML.x10.ContactListDocument.ContactList.Member

Packages that use ContactListDocument.ContactList.Member
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of ContactListDocument.ContactList.Member in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return ContactListDocument.ContactList.Member
 ContactListDocument.ContactList.Member ContactListDocument.ContactList.addNewMember()
          Appends and returns a new empty value (as xml) as the last "member" element
 ContactListDocument.ContactList.Member[] ContactListDocument.ContactList.getMemberArray()
          Gets array of all "member" elements
 ContactListDocument.ContactList.Member ContactListDocument.ContactList.getMemberArray(int i)
          Gets ith "member" element
 ContactListDocument.ContactList.Member ContactListDocument.ContactList.insertNewMember(int i)
          Inserts and returns a new empty value (as xml) as the ith "member" element
static ContactListDocument.ContactList.Member ContactListDocument.ContactList.Member.Factory.newInstance()
           
static ContactListDocument.ContactList.Member ContactListDocument.ContactList.Member.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type ContactListDocument.ContactList.Member
 void ContactListDocument.ContactList.setMemberArray(ContactListDocument.ContactList.Member[] memberArray)
          Sets array of all "member" element
 void ContactListDocument.ContactList.setMemberArray(int i, ContactListDocument.ContactList.Member member)
          Sets ith "member" element
 

Uses of ContactListDocument.ContactList.Member in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement ContactListDocument.ContactList.Member
static class ContactListDocumentImpl.ContactListImpl.MemberImpl
          An XML member(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return ContactListDocument.ContactList.Member
 ContactListDocument.ContactList.Member ContactListDocumentImpl.ContactListImpl.addNewMember()
          Appends and returns a new empty value (as xml) as the last "member" element
 ContactListDocument.ContactList.Member[] ContactListDocumentImpl.ContactListImpl.getMemberArray()
          Gets array of all "member" elements
 ContactListDocument.ContactList.Member ContactListDocumentImpl.ContactListImpl.getMemberArray(int i)
          Gets ith "member" element
 ContactListDocument.ContactList.Member ContactListDocumentImpl.ContactListImpl.insertNewMember(int i)
          Inserts and returns a new empty value (as xml) as the ith "member" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ContactListDocument.ContactList.Member
 void ContactListDocumentImpl.ContactListImpl.setMemberArray(ContactListDocument.ContactList.Member[] memberArray)
          Sets array of all "member" element
 void ContactListDocumentImpl.ContactListImpl.setMemberArray(int i, ContactListDocument.ContactList.Member member)
          Sets ith "member" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.