Class DocumentResponseType


  • public class DocumentResponseType
    extends Object

    Java class for DocumentResponseType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DocumentResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Response"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RecipientParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LineResponse" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DocumentResponseType

        public DocumentResponseType()
    • Method Detail

      • getResponse

        public ResponseType getResponse()
        Gets the value of the response property.
        Returns:
        possible object is ResponseType
      • setResponse

        public void setResponse​(ResponseType value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is ResponseType
      • getDocumentReference

        public List<DocumentReferenceType> getDocumentReference()
        Gets the value of the documentReference 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 documentReference property.

        For example, to add a new item, do as follows:

            getDocumentReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list DocumentReferenceType

      • getIssuerParty

        public PartyType getIssuerParty()
        Gets the value of the issuerParty property.
        Returns:
        possible object is PartyType
      • setIssuerParty

        public void setIssuerParty​(PartyType value)
        Sets the value of the issuerParty property.
        Parameters:
        value - allowed object is PartyType
      • getRecipientParty

        public PartyType getRecipientParty()
        Gets the value of the recipientParty property.
        Returns:
        possible object is PartyType
      • setRecipientParty

        public void setRecipientParty​(PartyType value)
        Sets the value of the recipientParty property.
        Parameters:
        value - allowed object is PartyType
      • getLineResponse

        public List<LineResponseType> getLineResponse()
        Gets the value of the lineResponse 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 lineResponse property.

        For example, to add a new item, do as follows:

            getLineResponse().add(newItem);
         

        Objects of the following type(s) are allowed in the list LineResponseType