Package org.cxml

Class Contractor

java.lang.Object
org.cxml.Contractor

public class Contractor extends Object
  • Field Details

  • Constructor Details

    • Contractor

      public Contractor()
  • Method Details

    • getContractorIdentifier

      public ContractorIdentifier getContractorIdentifier()
      Gets the value of the contractorIdentifier property.
      Returns:
      possible object is ContractorIdentifier
    • setContractorIdentifier

      public void setContractorIdentifier(ContractorIdentifier value)
      Sets the value of the contractorIdentifier property.
      Parameters:
      value - allowed object is ContractorIdentifier
    • getContact

      public Contact getContact()
      Gets the value of the contact property.
      Returns:
      possible object is Contact
    • setContact

      public void setContact(Contact value)
      Sets the value of the contact property.
      Parameters:
      value - allowed object is Contact