@CodingStyleguideUnaware public class DocumentResponseType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DocumentResponseType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addLineResponse(LineResponseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DocumentResponseType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DocumentResponseType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<DocumentReferenceType> |
getDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyType |
getIssuerParty()
<pre>
<?
|
List<LineResponseType> |
getLineResponse()
<pre>
<?
|
LineResponseType |
getLineResponseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLineResponseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyType |
getRecipientParty()
<pre>
<?
|
ResponseType |
getResponse()
<pre>
<?
|
boolean |
hasDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLineResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLineResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
void |
setLineResponse(List<LineResponseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRecipientParty(PartyType value)
Sets the value of the recipientParty property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DocumentResponseType()
@Nullable public ResponseType getResponse()
ResponseTypepublic void setResponse(@Nullable ResponseType value)
value - allowed object is
ResponseType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getDocumentReference()
DocumentReferenceType@Nullable public PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getRecipientParty()
PartyTypepublic void setRecipientParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LineResponseType> getLineResponse()
LineResponseTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be <code>null</code>.public void setLineResponse(@Nullable List<LineResponseType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDocumentReferenceEntries()
public boolean hasNoDocumentReferenceEntries()
@Nonnegative public int getDocumentReferenceCount()
@Nullable public DocumentReferenceType getDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasLineResponseEntries()
public boolean hasNoLineResponseEntries()
@Nonnegative public int getLineResponseCount()
@Nullable public LineResponseType getLineResponseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addLineResponse(@Nonnull LineResponseType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull DocumentResponseType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DocumentResponseType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.