Class ReferenceDocumentInfo
- java.lang.Object
-
- org.cxml.ReferenceDocumentInfo
-
public class ReferenceDocumentInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Contact>contactprotected java.util.List<DateInfo>dateInfoprotected java.util.List<java.lang.Object>documentInfoOrDocumentReferenceprotected java.util.List<Extrinsic>extrinsicprotected java.lang.StringlineNumberprotected java.lang.Stringstatus
-
Constructor Summary
Constructors Constructor Description ReferenceDocumentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Contact>getContact()Gets the value of the contact property.java.util.List<DateInfo>getDateInfo()Gets the value of the dateInfo property.java.util.List<java.lang.Object>getDocumentInfoOrDocumentReference()Gets the value of the documentInfoOrDocumentReference property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetLineNumber()Gets the value of the lineNumber property.java.lang.StringgetStatus()Gets the value of the status property.voidsetLineNumber(java.lang.String value)Sets the value of the lineNumber property.voidsetStatus(java.lang.String value)Sets the value of the status property.
-
-
-
Field Detail
-
lineNumber
protected java.lang.String lineNumber
-
status
protected java.lang.String status
-
documentInfoOrDocumentReference
protected java.util.List<java.lang.Object> documentInfoOrDocumentReference
-
dateInfo
protected java.util.List<DateInfo> dateInfo
-
contact
protected java.util.List<Contact> contact
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getLineNumber
public java.lang.String getLineNumber()
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
public void setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getStatus
public java.lang.String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(java.lang.String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getDocumentInfoOrDocumentReference
public java.util.List<java.lang.Object> 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
public java.util.List<DateInfo> 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
public java.util.List<Contact> 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
public java.util.List<Extrinsic> 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
-
-