Package org.cxml
Class ContractIDInfo
java.lang.Object
org.cxml.ContractIDInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected List<IdReference> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contractDate property.Gets the value of the contractID property.Gets the value of the contractType property.Gets the value of the idReference property.voidsetContractDate(String value) Sets the value of the contractDate property.voidsetContractID(String value) Sets the value of the contractID property.voidsetContractType(String value) Sets the value of the contractType property.
-
Field Details
-
contractID
-
contractDate
-
contractType
-
idReference
-
-
Constructor Details
-
ContractIDInfo
public ContractIDInfo()
-
-
Method Details
-
getContractID
Gets the value of the contractID property.- Returns:
- possible object is
String
-
setContractID
Sets the value of the contractID property.- Parameters:
value- allowed object isString
-
getContractDate
Gets the value of the contractDate property.- Returns:
- possible object is
String
-
setContractDate
Sets the value of the contractDate property.- Parameters:
value- allowed object isString
-
getContractType
Gets the value of the contractType property.- Returns:
- possible object is
String
-
setContractType
Sets the value of the contractType property.- Parameters:
value- allowed object isString
-
getIdReference
Gets the value of the idReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference
-