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>
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentReferenceType> |
documentReference |
protected PartyType |
issuerParty |
protected List<LineResponseType> |
lineResponse |
protected PartyType |
recipientParty |
protected ResponseType |
response |
| Constructor and Description |
|---|
DocumentResponseType() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
PartyType |
getIssuerParty()
Gets the value of the issuerParty property.
|
List<LineResponseType> |
getLineResponse()
Gets the value of the lineResponse property.
|
PartyType |
getRecipientParty()
Gets the value of the recipientParty property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
void |
setRecipientParty(PartyType value)
Sets the value of the recipientParty property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
protected ResponseType response
protected List<DocumentReferenceType> documentReference
protected PartyType issuerParty
protected PartyType recipientParty
protected List<LineResponseType> lineResponse
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic List<DocumentReferenceType> getDocumentReference()
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
public PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getRecipientParty()
PartyTypepublic void setRecipientParty(PartyType value)
value - allowed object is
PartyTypepublic List<LineResponseType> getLineResponse()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.