Package org.cxml
Class ContractItemStatus
java.lang.Object
org.cxml.ContractItemStatus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the idReference property.Gets the value of the itemStatus property.voidsetIdReference(IdReference value) Sets the value of the idReference property.voidsetItemStatus(ItemStatus value) Sets the value of the itemStatus property.
-
Field Details
-
itemStatus
-
idReference
-
comments
-
-
Constructor Details
-
ContractItemStatus
public ContractItemStatus()
-
-
Method Details
-
getItemStatus
Gets the value of the itemStatus property.- Returns:
- possible object is
ItemStatus
-
setItemStatus
Sets the value of the itemStatus property.- Parameters:
value- allowed object isItemStatus
-
getIdReference
Gets the value of the idReference property.- Returns:
- possible object is
IdReference
-
setIdReference
Sets the value of the idReference property.- Parameters:
value- allowed object isIdReference
-
getComments
Gets the value of the comments 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 comments property.For example, to add a new item, do as follows:
getComments().add(newItem);Objects of the following type(s) are allowed in the list
Comments
-