Package org.cxml
Class Supplier
- java.lang.Object
-
- org.cxml.Supplier
-
public class Supplier extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Commentscommentsprotected java.lang.StringcorporateURLprotected Namenameprotected java.lang.StringstoreFrontURLprotected java.util.List<SupplierID>supplierIDprotected java.util.List<SupplierLocation>supplierLocation
-
Constructor Summary
Constructors Constructor Description Supplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsgetComments()Gets the value of the comments property.java.lang.StringgetCorporateURL()Gets the value of the corporateURL property.NamegetName()Gets the value of the name property.java.lang.StringgetStoreFrontURL()Gets the value of the storeFrontURL property.java.util.List<SupplierID>getSupplierID()Gets the value of the supplierID property.java.util.List<SupplierLocation>getSupplierLocation()Gets the value of the supplierLocation property.voidsetComments(Comments value)Sets the value of the comments property.voidsetCorporateURL(java.lang.String value)Sets the value of the corporateURL property.voidsetName(Name value)Sets the value of the name property.voidsetStoreFrontURL(java.lang.String value)Sets the value of the storeFrontURL property.
-
-
-
Field Detail
-
corporateURL
protected java.lang.String corporateURL
-
storeFrontURL
protected java.lang.String storeFrontURL
-
name
protected Name name
-
comments
protected Comments comments
-
supplierID
protected java.util.List<SupplierID> supplierID
-
supplierLocation
protected java.util.List<SupplierLocation> supplierLocation
-
-
Method Detail
-
getCorporateURL
public java.lang.String getCorporateURL()
Gets the value of the corporateURL property.- Returns:
- possible object is
String
-
setCorporateURL
public void setCorporateURL(java.lang.String value)
Sets the value of the corporateURL property.- Parameters:
value- allowed object isString
-
getStoreFrontURL
public java.lang.String getStoreFrontURL()
Gets the value of the storeFrontURL property.- Returns:
- possible object is
String
-
setStoreFrontURL
public void setStoreFrontURL(java.lang.String value)
Sets the value of the storeFrontURL property.- Parameters:
value- allowed object isString
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getComments
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
public void setComments(Comments value)
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getSupplierID
public java.util.List<SupplierID> getSupplierID()
Gets the value of the supplierID property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the supplierID property.For example, to add a new item, do as follows:
getSupplierID().add(newItem);Objects of the following type(s) are allowed in the list
SupplierID
-
getSupplierLocation
public java.util.List<SupplierLocation> getSupplierLocation()
Gets the value of the supplierLocation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the supplierLocation property.For example, to add a new item, do as follows:
getSupplierLocation().add(newItem);Objects of the following type(s) are allowed in the list
SupplierLocation
-
-