@CodingStyleguideUnaware public class EndorsementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EndorsementType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRemarks(RemarksType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSignature(SignatureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EndorsementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EndorsementType 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
|
ApprovalStatusType |
getApprovalStatus()
<pre>
<?
|
String |
getApprovalStatusValue()
Get the value of the contained ApprovalStatusType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
DocumentIDType |
getDocumentID()
<pre>
<?
|
String |
getDocumentIDValue()
Get the value of the contained DocumentIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EndorserPartyType |
getEndorserParty()
<pre>
<?
|
List<RemarksType> |
getRemarks()
<pre>
<?
|
RemarksType |
getRemarksAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRemarksCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SignatureType> |
getSignature()
<pre>
<?
|
SignatureType |
getSignatureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSignatureCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoRemarksEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSignatureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRemarksEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSignatureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setApprovalStatus(ApprovalStatusType value)
Sets the value of the approvalStatus property.
|
ApprovalStatusType |
setApprovalStatus(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDocumentID(DocumentIDType value)
Sets the value of the documentID property.
|
DocumentIDType |
setDocumentID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setEndorserParty(EndorserPartyType value)
Sets the value of the endorserParty property.
|
void |
setRemarks(List<RemarksType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSignature(List<SignatureType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EndorsementType()
@Nullable public DocumentIDType getDocumentID()
DocumentIDTypepublic void setDocumentID(@Nullable DocumentIDType value)
value - allowed object is
DocumentIDType@Nullable public ApprovalStatusType getApprovalStatus()
ApprovalStatusTypepublic void setApprovalStatus(@Nullable ApprovalStatusType value)
value - allowed object is
ApprovalStatusType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RemarksType> getRemarks()
RemarksType@Nullable public EndorserPartyType getEndorserParty()
EndorserPartyTypepublic void setEndorserParty(@Nullable EndorserPartyType value)
value - allowed object is
EndorserPartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SignatureType> getSignature()
SignatureTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setRemarks(@Nullable List<RemarksType> aList)
aList - The new list member to set. May be <code>null</code>.public void setSignature(@Nullable List<SignatureType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasRemarksEntries()
public boolean hasNoRemarksEntries()
@Nonnegative public int getRemarksCount()
@Nullable public RemarksType getRemarksAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addRemarks(@Nonnull RemarksType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasSignatureEntries()
public boolean hasNoSignatureEntries()
@Nonnegative public int getSignatureCount()
@Nullable public SignatureType getSignatureAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSignature(@Nonnull SignatureType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EndorsementType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EndorsementType clone()
@Nonnull public DocumentIDType setDocumentID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ApprovalStatusType setApprovalStatus(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getDocumentIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.