Package org.cxml
Class ContractIDInfo
- java.lang.Object
-
- org.cxml.ContractIDInfo
-
public class ContractIDInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcontractDateprotected java.lang.StringcontractIDprotected java.lang.StringcontractTypeprotected java.util.List<IdReference>idReference
-
Constructor Summary
Constructors Constructor Description ContractIDInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContractDate()Gets the value of the contractDate property.java.lang.StringgetContractID()Gets the value of the contractID property.java.lang.StringgetContractType()Gets the value of the contractType property.java.util.List<IdReference>getIdReference()Gets the value of the idReference property.voidsetContractDate(java.lang.String value)Sets the value of the contractDate property.voidsetContractID(java.lang.String value)Sets the value of the contractID property.voidsetContractType(java.lang.String value)Sets the value of the contractType property.
-
-
-
Field Detail
-
contractID
protected java.lang.String contractID
-
contractDate
protected java.lang.String contractDate
-
contractType
protected java.lang.String contractType
-
idReference
protected java.util.List<IdReference> idReference
-
-
Method Detail
-
getContractID
public java.lang.String getContractID()
Gets the value of the contractID property.- Returns:
- possible object is
String
-
setContractID
public void setContractID(java.lang.String value)
Sets the value of the contractID property.- Parameters:
value- allowed object isString
-
getContractDate
public java.lang.String getContractDate()
Gets the value of the contractDate property.- Returns:
- possible object is
String
-
setContractDate
public void setContractDate(java.lang.String value)
Sets the value of the contractDate property.- Parameters:
value- allowed object isString
-
getContractType
public java.lang.String getContractType()
Gets the value of the contractType property.- Returns:
- possible object is
String
-
setContractType
public void setContractType(java.lang.String value)
Sets the value of the contractType property.- Parameters:
value- allowed object isString
-
getIdReference
public java.util.List<IdReference> 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
-
-