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

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

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

Methods in net.opengis.sensorML.x10 that return ContactListDocument.ContactList
 ContactListDocument.ContactList SensorMLDocument.SensorML.Member.addNewContactList()
          Appends and returns a new empty "ContactList" element
 ContactListDocument.ContactList ContactListDocument.addNewContactList()
          Appends and returns a new empty "ContactList" element
 ContactListDocument.ContactList ContactDocument.Contact.addNewContactList()
          Appends and returns a new empty "ContactList" element
 ContactListDocument.ContactList SensorMLDocument.SensorML.Member.getContactList()
          Gets the "ContactList" element
 ContactListDocument.ContactList ContactListDocument.getContactList()
          Gets the "ContactList" element
 ContactListDocument.ContactList ContactDocument.Contact.getContactList()
          Gets the "ContactList" element
static ContactListDocument.ContactList ContactListDocument.ContactList.Factory.newInstance()
           
static ContactListDocument.ContactList ContactListDocument.ContactList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type ContactListDocument.ContactList
 void SensorMLDocument.SensorML.Member.setContactList(ContactListDocument.ContactList contactList)
          Sets the "ContactList" element
 void ContactListDocument.setContactList(ContactListDocument.ContactList contactList)
          Sets the "ContactList" element
 void ContactDocument.Contact.setContactList(ContactListDocument.ContactList contactList)
          Sets the "ContactList" element
 

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

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

Methods in net.opengis.sensorML.x10.impl that return ContactListDocument.ContactList
 ContactListDocument.ContactList ContactListDocumentImpl.addNewContactList()
          Appends and returns a new empty "ContactList" element
 ContactListDocument.ContactList SensorMLDocumentImpl.SensorMLImpl.MemberImpl.addNewContactList()
          Appends and returns a new empty "ContactList" element
 ContactListDocument.ContactList ContactDocumentImpl.ContactImpl.addNewContactList()
          Appends and returns a new empty "ContactList" element
 ContactListDocument.ContactList ContactListDocumentImpl.getContactList()
          Gets the "ContactList" element
 ContactListDocument.ContactList SensorMLDocumentImpl.SensorMLImpl.MemberImpl.getContactList()
          Gets the "ContactList" element
 ContactListDocument.ContactList ContactDocumentImpl.ContactImpl.getContactList()
          Gets the "ContactList" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ContactListDocument.ContactList
 void ContactListDocumentImpl.setContactList(ContactListDocument.ContactList contactList)
          Sets the "ContactList" element
 void SensorMLDocumentImpl.SensorMLImpl.MemberImpl.setContactList(ContactListDocument.ContactList contactList)
          Sets the "ContactList" element
 void ContactDocumentImpl.ContactImpl.setContactList(ContactListDocument.ContactList contactList)
          Sets the "ContactList" element
 



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