Class EnrolmentCredentialType
- java.lang.Object
-
- org.certificateservices.messages.v2x.registration.jaxb.EnrolmentCredentialType
-
public class EnrolmentCredentialType extends java.lang.ObjectJava class for EnrolmentCredentialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrolmentCredentialType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType"/> <element name="hashedId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}HashedIdType"/> <element name="ecProfile" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType"/> <element name="eaName" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="expireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="revocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="status" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ECStatusType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]dataprotected java.lang.StringeaNameprotected java.lang.StringecProfileprotected javax.xml.datatype.XMLGregorianCalendarexpireDateprotected java.lang.StringhashedIdprotected javax.xml.datatype.XMLGregorianCalendarrevocationDateprotected ECStatusTypestatusprotected java.lang.Stringtypeprotected javax.xml.datatype.XMLGregorianCalendarvalidFrom
-
Constructor Summary
Constructors Constructor Description EnrolmentCredentialType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()Gets the value of the data property.java.lang.StringgetEaName()Gets the value of the eaName property.java.lang.StringgetEcProfile()Gets the value of the ecProfile property.javax.xml.datatype.XMLGregorianCalendargetExpireDate()Gets the value of the expireDate property.java.lang.StringgetHashedId()Gets the value of the hashedId property.javax.xml.datatype.XMLGregorianCalendargetRevocationDate()Gets the value of the revocationDate property.ECStatusTypegetStatus()Gets the value of the status property.java.lang.StringgetType()Gets the value of the type property.javax.xml.datatype.XMLGregorianCalendargetValidFrom()Gets the value of the validFrom property.voidsetData(byte[] value)Sets the value of the data property.voidsetEaName(java.lang.String value)Sets the value of the eaName property.voidsetEcProfile(java.lang.String value)Sets the value of the ecProfile property.voidsetExpireDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the expireDate property.voidsetHashedId(java.lang.String value)Sets the value of the hashedId property.voidsetRevocationDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the revocationDate property.voidsetStatus(ECStatusType value)Sets the value of the status property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetValidFrom(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the validFrom property.
-
-
-
Field Detail
-
type
protected java.lang.String type
-
hashedId
protected java.lang.String hashedId
-
ecProfile
protected java.lang.String ecProfile
-
eaName
protected java.lang.String eaName
-
data
protected byte[] data
-
validFrom
protected javax.xml.datatype.XMLGregorianCalendar validFrom
-
expireDate
protected javax.xml.datatype.XMLGregorianCalendar expireDate
-
revocationDate
protected javax.xml.datatype.XMLGregorianCalendar revocationDate
-
status
protected ECStatusType status
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getHashedId
public java.lang.String getHashedId()
Gets the value of the hashedId property.- Returns:
- possible object is
String
-
setHashedId
public void setHashedId(java.lang.String value)
Sets the value of the hashedId property.- Parameters:
value- allowed object isString
-
getEcProfile
public java.lang.String getEcProfile()
Gets the value of the ecProfile property.- Returns:
- possible object is
String
-
setEcProfile
public void setEcProfile(java.lang.String value)
Sets the value of the ecProfile property.- Parameters:
value- allowed object isString
-
getEaName
public java.lang.String getEaName()
Gets the value of the eaName property.- Returns:
- possible object is
String
-
setEaName
public void setEaName(java.lang.String value)
Sets the value of the eaName property.- Parameters:
value- allowed object isString
-
getData
public byte[] getData()
Gets the value of the data property.- Returns:
- possible object is byte[]
-
setData
public void setData(byte[] value)
Sets the value of the data property.- Parameters:
value- allowed object is byte[]
-
getValidFrom
public javax.xml.datatype.XMLGregorianCalendar getValidFrom()
Gets the value of the validFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidFrom
public void setValidFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getExpireDate
public javax.xml.datatype.XMLGregorianCalendar getExpireDate()
Gets the value of the expireDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpireDate
public void setExpireDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expireDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRevocationDate
public javax.xml.datatype.XMLGregorianCalendar getRevocationDate()
Gets the value of the revocationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRevocationDate
public void setRevocationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the revocationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getStatus
public ECStatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
ECStatusType
-
setStatus
public void setStatus(ECStatusType value)
Sets the value of the status property.- Parameters:
value- allowed object isECStatusType
-
-