Uses of Class
org.jboss.resteasy.test.providers.jaxb.generated.po.USAddress

Packages that use USAddress
org.jboss.resteasy.test.providers.jaxb.generated.po   
 

Uses of USAddress in org.jboss.resteasy.test.providers.jaxb.generated.po
 

Fields in org.jboss.resteasy.test.providers.jaxb.generated.po declared as USAddress
protected  USAddress PurchaseOrderType.billTo
           
protected  USAddress PurchaseOrderType.shipTo
           
 

Methods in org.jboss.resteasy.test.providers.jaxb.generated.po that return USAddress
 USAddress ObjectFactory.createUSAddress()
          Create an instance of USAddress
 USAddress PurchaseOrderType.getBillTo()
          Gets the value of the billTo property.
 USAddress PurchaseOrderType.getShipTo()
          Gets the value of the shipTo property.
 

Methods in org.jboss.resteasy.test.providers.jaxb.generated.po with parameters of type USAddress
 void PurchaseOrderType.setBillTo(USAddress value)
          Sets the value of the billTo property.
 void PurchaseOrderType.setShipTo(USAddress value)
          Sets the value of the shipTo property.
 



Copyright © 2008. All Rights Reserved.