Package org.cxml

Class Supplier

java.lang.Object
org.cxml.Supplier

public class Supplier extends Object
  • Field Details

  • Constructor Details

    • Supplier

      public Supplier()
  • Method Details

    • getCorporateURL

      public String getCorporateURL()
      Gets the value of the corporateURL property.
      Returns:
      possible object is String
    • setCorporateURL

      public void setCorporateURL(String value)
      Sets the value of the corporateURL property.
      Parameters:
      value - allowed object is String
    • getStoreFrontURL

      public String getStoreFrontURL()
      Gets the value of the storeFrontURL property.
      Returns:
      possible object is String
    • setStoreFrontURL

      public void setStoreFrontURL(String value)
      Sets the value of the storeFrontURL property.
      Parameters:
      value - allowed object is String
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • 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 is Comments
    • getSupplierID

      public 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 set method 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 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 set method 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