Uses of Class
org.uddi.api_v3.Contacts

Packages that use Contacts
org.uddi.api_v3   
 

Uses of Contacts in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as Contacts
protected  Contacts BusinessEntity.contacts
           
 

Methods in org.uddi.api_v3 that return Contacts
 Contacts ObjectFactory.createContacts()
          Create an instance of Contacts
 Contacts BusinessEntity.getContacts()
          Gets the value of the contacts property.
 

Methods in org.uddi.api_v3 that return types with arguments of type Contacts
 javax.xml.bind.JAXBElement<Contacts> ObjectFactory.createContacts(Contacts value)
          Create an instance of JAXBElement<Contacts>}
 

Methods in org.uddi.api_v3 with parameters of type Contacts
 javax.xml.bind.JAXBElement<Contacts> ObjectFactory.createContacts(Contacts value)
          Create an instance of JAXBElement<Contacts>}
 void BusinessEntity.setContacts(Contacts value)
          Sets the value of the contacts property.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.