Package org.cxml

Class ReferenceDocumentInfo

java.lang.Object
org.cxml.ReferenceDocumentInfo

public class ReferenceDocumentInfo extends Object
  • Field Details

    • lineNumber

      protected String lineNumber
    • scheduleLineNumber

      protected String scheduleLineNumber
    • status

      protected String status
    • documentInfoOrDocumentReference

      protected List<Object> documentInfoOrDocumentReference
    • dateInfo

      protected List<DateInfo> dateInfo
    • contact

      protected List<Contact> contact
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • ReferenceDocumentInfo

      public ReferenceDocumentInfo()
  • Method Details

    • getLineNumber

      public String getLineNumber()
      Gets the value of the lineNumber property.
      Returns:
      possible object is String
    • setLineNumber

      public void setLineNumber(String value)
      Sets the value of the lineNumber property.
      Parameters:
      value - allowed object is String
    • getScheduleLineNumber

      public String getScheduleLineNumber()
      Gets the value of the scheduleLineNumber property.
      Returns:
      possible object is String
    • setScheduleLineNumber

      public void setScheduleLineNumber(String value)
      Sets the value of the scheduleLineNumber property.
      Parameters:
      value - allowed object is String
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getDocumentInfoOrDocumentReference

      public List<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 set method 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 DocumentInfo DocumentReference

    • getDateInfo

      public 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 set method 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 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 set method 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 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 set method 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