Package org.cxml
Class Supplier
java.lang.Object
org.cxml.Supplier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Commentsprotected Stringprotected Nameprotected Stringprotected List<SupplierID>protected List<SupplierLocation> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the corporateURL property.getName()Gets the value of the name property.Gets the value of the storeFrontURL property.Gets the value of the supplierID property.Gets the value of the supplierLocation property.voidsetComments(Comments value) Sets the value of the comments property.voidsetCorporateURL(String value) Sets the value of the corporateURL property.voidSets the value of the name property.voidsetStoreFrontURL(String value) Sets the value of the storeFrontURL property.
-
Field Details
-
corporateURL
-
storeFrontURL
-
name
-
comments
-
supplierID
-
supplierLocation
-
-
Constructor Details
-
Supplier
public Supplier()
-
-
Method Details
-
getCorporateURL
Gets the value of the corporateURL property.- Returns:
- possible object is
String
-
setCorporateURL
Sets the value of the corporateURL property.- Parameters:
value- allowed object isString
-
getStoreFrontURL
Gets the value of the storeFrontURL property.- Returns:
- possible object is
String
-
setStoreFrontURL
Sets the value of the storeFrontURL property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
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
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
-