Package org.cxml

Class SupplierID

java.lang.Object
org.cxml.SupplierID

public class SupplierID extends Object
  • Field Details

    • domain

      protected String domain
    • value

      protected String value
  • Constructor Details

    • SupplierID

      public SupplierID()
  • Method Details

    • getDomain

      public String getDomain()
      Gets the value of the domain property.
      Returns:
      possible object is String
    • setDomain

      public void setDomain(String value)
      Sets the value of the domain property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

      public void setvalue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String