Package org.cxml

Class ContractorIdentifier

java.lang.Object
org.cxml.ContractorIdentifier

public class ContractorIdentifier extends Object
  • Field Details

    • domain

      protected String domain
    • value

      protected String value
  • Constructor Details

    • ContractorIdentifier

      public ContractorIdentifier()
  • 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