Package org.cxml

Class ReferenceDocumentInfo


  • public class ReferenceDocumentInfo
    extends java.lang.Object
    • 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
    • Constructor Detail

      • ReferenceDocumentInfo

        public ReferenceDocumentInfo()
    • 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 is String
      • 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 is String
      • 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 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 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 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 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 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 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 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