@CodingStyleguideUnaware public class CertificateType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for CertificateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}SMPExtensions" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents}TypeCode" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents}Description" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents}ActivationDate" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents}ExpirationDate" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents}ContentBinaryObject"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
CertificateType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
CertificateType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CertificateType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ActivationDateType |
getActivationDate()
Gets the value of the activationDate property.
|
XMLGregorianCalendar |
getActivationDateValue()
Get the value of the contained ActivationDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ContentBinaryObjectType |
getContentBinaryObject()
Gets the value of the contentBinaryObject property.
|
byte[] |
getContentBinaryObjectValue()
Get the value of the contained ContentBinaryObjectType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DescriptionType |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionValue()
Get the value of the contained DescriptionType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExpirationDateType |
getExpirationDate()
Gets the value of the expirationDate property.
|
XMLGregorianCalendar |
getExpirationDateValue()
Get the value of the contained ExpirationDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SMPExtensionsType |
getSMPExtensions()
Gets the value of the smpExtensions property.
|
TypeCodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained TypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setActivationDate(ActivationDateType value)
Sets the value of the activationDate property.
|
ActivationDateType |
setActivationDate(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ContentBinaryObjectType |
setContentBinaryObject(byte[] valueParam)
Special setter with value of type byte[]
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setContentBinaryObject(ContentBinaryObjectType value)
Sets the value of the contentBinaryObject property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
DescriptionType |
setDescription(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExpirationDate(ExpirationDateType value)
Sets the value of the expirationDate property.
|
ExpirationDateType |
setExpirationDate(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSMPExtensions(SMPExtensionsType value)
Sets the value of the smpExtensions property.
|
TypeCodeType |
setTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTypeCode(TypeCodeType value)
Sets the value of the typeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CertificateType()
@Nullable public SMPExtensionsType getSMPExtensions()
SMPExtensionsTypepublic void setSMPExtensions(@Nullable SMPExtensionsType value)
value - allowed object is
SMPExtensionsType@Nullable public TypeCodeType getTypeCode()
TypeCodeTypepublic void setTypeCode(@Nullable TypeCodeType value)
value - allowed object is
TypeCodeType@Nullable public DescriptionType getDescription()
DescriptionTypepublic void setDescription(@Nullable DescriptionType value)
value - allowed object is
DescriptionType@Nullable public ActivationDateType getActivationDate()
ActivationDateTypepublic void setActivationDate(@Nullable ActivationDateType value)
value - allowed object is
ActivationDateType@Nullable public ExpirationDateType getExpirationDate()
ExpirationDateTypepublic void setExpirationDate(@Nullable ExpirationDateType value)
value - allowed object is
ExpirationDateType@Nullable public ContentBinaryObjectType getContentBinaryObject()
ContentBinaryObjectTypepublic void setContentBinaryObject(@Nullable ContentBinaryObjectType value)
value - allowed object is
ContentBinaryObjectTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull CertificateType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public CertificateType clone()
@Nonnull public ContentBinaryObjectType setContentBinaryObject(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TypeCodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ActivationDateType setActivationDate(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExpirationDateType setExpirationDate(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DescriptionType setDescription(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getTypeCodeValue()
null@Nullable public String getDescriptionValue()
null@Nullable public XMLGregorianCalendar getActivationDateValue()
null@Nullable public XMLGregorianCalendar getExpirationDateValue()
null@Nullable public byte[] getContentBinaryObjectValue()
nullCopyright © 2019–2020 Philip Helger. All rights reserved.