Class BaseV2XResponseType
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.v2x.registration.jaxb.BaseV2XResponseType
-
- Direct Known Subclasses:
DeactivateITSSResponse,GetITSSDataResponse,ReactivateITSSResponse,RegisterITSSResponse,UpdateITSSResponse
public class BaseV2XResponseType extends CSResponse
Java class for BaseV2XResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseV2XResponseType"> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSResponse"> <sequence> <element name="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/> <element name="ecuType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="canonicalPublicKey" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalKeyType"/> <element name="eaName" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType"/> <element name="ecProfile" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType" minOccurs="0"/> <element name="atProfile" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType" minOccurs="0"/> <element name="atPermissions" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ATAppPermissionsType"/> <element name="itssValidFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="itssValidTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="regions" type="{http://certificateservices.org/xsd/v2x_registration_2_0}RegionsType" minOccurs="0"/> <element name="itssStatus" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ITSSStatusType"/> <element name="enrolmentCredentials" type="{http://certificateservices.org/xsd/v2x_registration_2_0}EnrolmentCredentialsType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ATAppPermissionsTypeatPermissionsprotected java.lang.StringatProfileprotected java.lang.StringcanonicalIdprotected CanonicalKeyTypecanonicalPublicKeyprotected java.lang.StringeaNameprotected java.lang.StringecProfileprotected java.lang.StringecuTypeprotected EnrolmentCredentialsTypeenrolmentCredentialsprotected ITSSStatusTypeitssStatusprotected javax.xml.datatype.XMLGregorianCalendaritssValidFromprotected javax.xml.datatype.XMLGregorianCalendaritssValidToprotected RegionsTyperegions-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description BaseV2XResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ATAppPermissionsTypegetAtPermissions()Gets the value of the atPermissions property.java.lang.StringgetAtProfile()Gets the value of the atProfile property.java.lang.StringgetCanonicalId()Gets the value of the canonicalId property.CanonicalKeyTypegetCanonicalPublicKey()Gets the value of the canonicalPublicKey property.java.lang.StringgetEaName()Gets the value of the eaName property.java.lang.StringgetEcProfile()Gets the value of the ecProfile property.java.lang.StringgetEcuType()Gets the value of the ecuType property.EnrolmentCredentialsTypegetEnrolmentCredentials()Gets the value of the enrolmentCredentials property.ITSSStatusTypegetItssStatus()Gets the value of the itssStatus property.javax.xml.datatype.XMLGregorianCalendargetItssValidFrom()Gets the value of the itssValidFrom property.javax.xml.datatype.XMLGregorianCalendargetItssValidTo()Gets the value of the itssValidTo property.RegionsTypegetRegions()Gets the value of the regions property.voidsetAtPermissions(ATAppPermissionsType value)Sets the value of the atPermissions property.voidsetAtProfile(java.lang.String value)Sets the value of the atProfile property.voidsetCanonicalId(java.lang.String value)Sets the value of the canonicalId property.voidsetCanonicalPublicKey(CanonicalKeyType value)Sets the value of the canonicalPublicKey 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.voidsetEcuType(java.lang.String value)Sets the value of the ecuType property.voidsetEnrolmentCredentials(EnrolmentCredentialsType value)Sets the value of the enrolmentCredentials property.voidsetItssStatus(ITSSStatusType value)Sets the value of the itssStatus property.voidsetItssValidFrom(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the itssValidFrom property.voidsetItssValidTo(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the itssValidTo property.voidsetRegions(RegionsType value)Sets the value of the regions property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
canonicalId
protected java.lang.String canonicalId
-
ecuType
protected java.lang.String ecuType
-
canonicalPublicKey
protected CanonicalKeyType canonicalPublicKey
-
eaName
protected java.lang.String eaName
-
ecProfile
protected java.lang.String ecProfile
-
atProfile
protected java.lang.String atProfile
-
atPermissions
protected ATAppPermissionsType atPermissions
-
itssValidFrom
protected javax.xml.datatype.XMLGregorianCalendar itssValidFrom
-
itssValidTo
protected javax.xml.datatype.XMLGregorianCalendar itssValidTo
-
regions
protected RegionsType regions
-
itssStatus
protected ITSSStatusType itssStatus
-
enrolmentCredentials
protected EnrolmentCredentialsType enrolmentCredentials
-
-
Method Detail
-
getCanonicalId
public java.lang.String getCanonicalId()
Gets the value of the canonicalId property.- Returns:
- possible object is
String
-
setCanonicalId
public void setCanonicalId(java.lang.String value)
Sets the value of the canonicalId property.- Parameters:
value- allowed object isString
-
getEcuType
public java.lang.String getEcuType()
Gets the value of the ecuType property.- Returns:
- possible object is
String
-
setEcuType
public void setEcuType(java.lang.String value)
Sets the value of the ecuType property.- Parameters:
value- allowed object isString
-
getCanonicalPublicKey
public CanonicalKeyType getCanonicalPublicKey()
Gets the value of the canonicalPublicKey property.- Returns:
- possible object is
CanonicalKeyType
-
setCanonicalPublicKey
public void setCanonicalPublicKey(CanonicalKeyType value)
Sets the value of the canonicalPublicKey property.- Parameters:
value- allowed object isCanonicalKeyType
-
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
-
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
-
getAtProfile
public java.lang.String getAtProfile()
Gets the value of the atProfile property.- Returns:
- possible object is
String
-
setAtProfile
public void setAtProfile(java.lang.String value)
Sets the value of the atProfile property.- Parameters:
value- allowed object isString
-
getAtPermissions
public ATAppPermissionsType getAtPermissions()
Gets the value of the atPermissions property.- Returns:
- possible object is
ATAppPermissionsType
-
setAtPermissions
public void setAtPermissions(ATAppPermissionsType value)
Sets the value of the atPermissions property.- Parameters:
value- allowed object isATAppPermissionsType
-
getItssValidFrom
public javax.xml.datatype.XMLGregorianCalendar getItssValidFrom()
Gets the value of the itssValidFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setItssValidFrom
public void setItssValidFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the itssValidFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getItssValidTo
public javax.xml.datatype.XMLGregorianCalendar getItssValidTo()
Gets the value of the itssValidTo property.- Returns:
- possible object is
XMLGregorianCalendar
-
setItssValidTo
public void setItssValidTo(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the itssValidTo property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRegions
public RegionsType getRegions()
Gets the value of the regions property.- Returns:
- possible object is
RegionsType
-
setRegions
public void setRegions(RegionsType value)
Sets the value of the regions property.- Parameters:
value- allowed object isRegionsType
-
getItssStatus
public ITSSStatusType getItssStatus()
Gets the value of the itssStatus property.- Returns:
- possible object is
ITSSStatusType
-
setItssStatus
public void setItssStatus(ITSSStatusType value)
Sets the value of the itssStatus property.- Parameters:
value- allowed object isITSSStatusType
-
getEnrolmentCredentials
public EnrolmentCredentialsType getEnrolmentCredentials()
Gets the value of the enrolmentCredentials property.- Returns:
- possible object is
EnrolmentCredentialsType
-
setEnrolmentCredentials
public void setEnrolmentCredentials(EnrolmentCredentialsType value)
Sets the value of the enrolmentCredentials property.- Parameters:
value- allowed object isEnrolmentCredentialsType
-
-