Class ReferenceDocumentInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contact property.Gets the value of the dateInfo property.Gets the value of the documentInfoOrDocumentReference property.Gets the value of the extrinsic property.Gets the value of the lineNumber property.Gets the value of the scheduleLineNumber property.Gets the value of the status property.voidsetLineNumber(String value) Sets the value of the lineNumber property.voidsetScheduleLineNumber(String value) Sets the value of the scheduleLineNumber property.voidSets the value of the status property.
-
Field Details
-
lineNumber
-
scheduleLineNumber
-
status
-
documentInfoOrDocumentReference
-
dateInfo
-
contact
-
extrinsic
-
-
Constructor Details
-
ReferenceDocumentInfo
public ReferenceDocumentInfo()
-
-
Method Details
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getScheduleLineNumber
Gets the value of the scheduleLineNumber property.- Returns:
- possible object is
String
-
setScheduleLineNumber
Sets the value of the scheduleLineNumber property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getDocumentInfoOrDocumentReference
Gets the value of the documentInfoOrDocumentReference 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 documentInfoOrDocumentReference property.For example, to add a new item, do as follows:
getDocumentInfoOrDocumentReference().add(newItem);Objects of the following type(s) are allowed in the list
DocumentInfoDocumentReference -
getDateInfo
Gets the value of the dateInfo 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 dateInfo property.For example, to add a new item, do as follows:
getDateInfo().add(newItem);Objects of the following type(s) are allowed in the list
DateInfo -
getContact
Gets the value of the contact 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 contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
Contact -
getExtrinsic
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-