Package org.cxml
Class Contractor
- java.lang.Object
-
- org.cxml.Contractor
-
public class Contractor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Contactcontactprotected ContractorIdentifiercontractorIdentifier
-
Constructor Summary
Constructors Constructor Description Contractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactgetContact()Gets the value of the contact property.ContractorIdentifiergetContractorIdentifier()Gets the value of the contractorIdentifier property.voidsetContact(Contact value)Sets the value of the contact property.voidsetContractorIdentifier(ContractorIdentifier value)Sets the value of the contractorIdentifier property.
-
-
-
Field Detail
-
contractorIdentifier
protected ContractorIdentifier contractorIdentifier
-
contact
protected Contact contact
-
-
Method Detail
-
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 isContractorIdentifier
-
getContact
public Contact getContact()
Gets the value of the contact property.- Returns:
- possible object is
Contact
-
-