Uses of Class
org.apache.ws.scout.model.uddi.v2.Contacts

Packages that use Contacts
org.apache.ws.scout.model.uddi.v2   
 

Uses of Contacts in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as Contacts
protected  Contacts BusinessEntity.contacts
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return Contacts
 Contacts ObjectFactory.createContacts()
          Create an instance of Contacts
 Contacts BusinessEntity.getContacts()
          Gets the value of the contacts property.
 

Methods in org.apache.ws.scout.model.uddi.v2 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.apache.ws.scout.model.uddi.v2 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-2012 The Apache Software Foundation. All Rights Reserved.