@CodingStyleguideUnaware public class PrepareChangeCertificateType extends Object implements Serializable
Java class for PrepareChangeCertificateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrepareChangeCertificateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="newCertificatePublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="migrationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</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
| Constructor and Description |
|---|
PrepareChangeCertificateType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
XMLGregorianCalendar |
getMigrationDate()
Gets the value of the migrationDate property.
|
String |
getNewCertificatePublicKey()
Gets the value of the newCertificatePublicKey property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setMigrationDate(XMLGregorianCalendar value)
Sets the value of the migrationDate property.
|
void |
setNewCertificatePublicKey(String value)
Sets the value of the newCertificatePublicKey property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nullable public String getNewCertificatePublicKey()
Stringpublic void setNewCertificatePublicKey(@Nullable String value)
value - allowed object is
String@Nullable public XMLGregorianCalendar getMigrationDate()
XMLGregorianCalendarpublic void setMigrationDate(@Nullable XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean equals(Object o)
public int hashCode()
Copyright © 2015–2019 Philip Helger. All rights reserved.