@CodingStyleguideUnaware public class AuthorizationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
AuthorizationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCertificate(CertificateType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPurpose(PurposeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AuthorizationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AuthorizationType 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<CertificateType> |
getCertificate()
Gets the value of the certificate property.
|
CertificateType |
getCertificateAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCertificateCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PurposeType> |
getPurpose()
Gets the value of the purpose property.
|
PurposeType |
getPurposeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PurposeCodeType |
getPurposeCode()
Gets the value of the purposeCode property.
|
String |
getPurposeCodeValue()
Get the value of the contained PurposeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getPurposeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
boolean |
hasCertificateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoCertificateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPurposeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPurposeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCertificate(List<CertificateType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPurpose(List<PurposeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPurposeCode(PurposeCodeType value)
Sets the value of the purposeCode property.
|
PurposeCodeType |
setPurposeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AuthorizationType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public PurposeCodeType getPurposeCode()
PurposeCodeTypepublic void setPurposeCode(@Nullable PurposeCodeType value)
value - allowed object is
PurposeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PurposeType> getPurpose()
PurposeType@Nullable public PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CertificateType> getCertificate()
CertificateTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPurpose(@Nullable List<PurposeType> aList)
aList - The new list member to set. May be <code>null</code>.public void setCertificate(@Nullable List<CertificateType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPurposeEntries()
public boolean hasNoPurposeEntries()
@Nonnegative public int getPurposeCount()
@Nullable public PurposeType getPurposeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPurpose(@Nonnull PurposeType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasCertificateEntries()
public boolean hasNoCertificateEntries()
@Nonnegative public int getCertificateCount()
@Nullable public CertificateType getCertificateAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCertificate(@Nonnull CertificateType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull AuthorizationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public AuthorizationType clone()
@Nonnull public PurposeCodeType setPurposeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2019–2021 Philip Helger. All rights reserved.