Package org.cxml
Class SupplierLocation
java.lang.Object
org.cxml.SupplierLocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.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 Details
-
address
-
orderMethods
-
-
Constructor Details
-
SupplierLocation
public SupplierLocation()
-
-
Method Details
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
getOrderMethods
Gets the value of the orderMethods property.- Returns:
- possible object is
OrderMethods
-
setOrderMethods
Sets the value of the orderMethods property.- Parameters:
value- allowed object isOrderMethods
-