Package org.cxml
Class ItemStatus
java.lang.Object
org.cxml.ItemStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ReferenceDocumentInfoprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the comments property.Gets the value of the parentLineNumber property.Gets the value of the referenceDocumentInfo property.getType()Gets the value of the type property.voidSets the value of the code property.voidsetParentLineNumber(String value) Sets the value of the parentLineNumber property.voidSets the value of the referenceDocumentInfo property.voidSets the value of the type property.
-
Field Details
-
type
-
code
-
parentLineNumber
-
referenceDocumentInfo
-
comments
-
-
Constructor Details
-
ItemStatus
public ItemStatus()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getParentLineNumber
Gets the value of the parentLineNumber property.- Returns:
- possible object is
String
-
setParentLineNumber
Sets the value of the parentLineNumber property.- Parameters:
value- allowed object isString
-
getReferenceDocumentInfo
Gets the value of the referenceDocumentInfo property.- Returns:
- possible object is
ReferenceDocumentInfo
-
setReferenceDocumentInfo
Sets the value of the referenceDocumentInfo property.- Parameters:
value- allowed object isReferenceDocumentInfo
-
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
-