Package org.cxml

Class Supplier


  • public class Supplier
    extends java.lang.Object
    • Field Detail

      • corporateURL

        protected java.lang.String corporateURL
      • storeFrontURL

        protected java.lang.String storeFrontURL
      • name

        protected Name name
      • supplierID

        protected java.util.List<SupplierID> supplierID
    • Constructor Detail

      • Supplier

        public Supplier()
    • 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 is String
      • 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 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 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 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 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 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