@CodingStyleguideUnaware public class CertificateType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CertificateType()
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 |
addRemarks(RemarksType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSignature(SignatureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CertificateType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CertificateType 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
|
CertificateTypeType |
getCertificateType()
<pre>
<?
|
CertificateTypeCodeType |
getCertificateTypeCode()
<pre>
<?
|
String |
getCertificateTypeCodeValue()
Get the value of the contained CertificateTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getCertificateTypeValue()
Get the value of the contained CertificateTypeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getIssuerParty()
<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
|
boolean |
hasDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
setCertificateType(CertificateTypeType value)
Sets the value of the certificateType property.
|
CertificateTypeType |
setCertificateType(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setCertificateTypeCode(CertificateTypeCodeType value)
Sets the value of the certificateTypeCode property.
|
CertificateTypeCodeType |
setCertificateTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty 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 CertificateType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public CertificateTypeCodeType getCertificateTypeCode()
CertificateTypeCodeTypepublic void setCertificateTypeCode(@Nullable CertificateTypeCodeType value)
value - allowed object is
CertificateTypeCodeType@Nullable public CertificateTypeType getCertificateType()
CertificateTypeTypepublic void setCertificateType(@Nullable CertificateTypeType value)
value - allowed object is
CertificateTypeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RemarksType> getRemarks()
RemarksType@Nullable public PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getDocumentReference()
DocumentReferenceType@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 setDocumentReference(@Nullable List<DocumentReferenceType> 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 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 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 CertificateType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CertificateType clone()
@Nonnull public CertificateTypeCodeType setCertificateTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CertificateTypeType setCertificateType(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getCertificateTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.