Package org.cxml
Class Contractor
java.lang.Object
org.cxml.Contractor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contact property.Gets the value of the contractorIdentifier property.voidsetContact(Contact value) Sets the value of the contact property.voidSets the value of the contractorIdentifier property.
-
Field Details
-
contractorIdentifier
-
contact
-
-
Constructor Details
-
Contractor
public Contractor()
-
-
Method Details
-
getContractorIdentifier
Gets the value of the contractorIdentifier property.- Returns:
- possible object is
ContractorIdentifier
-
setContractorIdentifier
Sets the value of the contractorIdentifier property.- Parameters:
value- allowed object isContractorIdentifier
-
getContact
Gets the value of the contact property.- Returns:
- possible object is
Contact
-
setContact
Sets the value of the contact property.- Parameters:
value- allowed object isContact
-