Package org.cxml
Class SupplierLocation
- java.lang.Object
-
- org.cxml.SupplierLocation
-
public class SupplierLocation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Addressaddressprotected OrderMethodsorderMethods
-
Constructor Summary
Constructors Constructor Description SupplierLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()Gets the value of the address property.OrderMethodsgetOrderMethods()Gets the value of the orderMethods property.voidsetAddress(Address value)Sets the value of the address property.voidsetOrderMethods(OrderMethods value)Sets the value of the orderMethods property.
-
-
-
Field Detail
-
address
protected Address address
-
orderMethods
protected OrderMethods orderMethods
-
-
Method Detail
-
getAddress
public Address getAddress()
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
public void setAddress(Address value)
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
getOrderMethods
public OrderMethods getOrderMethods()
Gets the value of the orderMethods property.- Returns:
- possible object is
OrderMethods
-
setOrderMethods
public void setOrderMethods(OrderMethods value)
Sets the value of the orderMethods property.- Parameters:
value- allowed object isOrderMethods
-
-