Class UpdateITSSRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.v2x.registration.jaxb.BaseRegisterRequestType
-
- org.certificateservices.messages.v2x.registration.jaxb.UpdateITSSRequest
-
public class UpdateITSSRequest extends BaseRegisterRequestType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/v2x_registration_2_0}BaseRegisterRequestType"> <sequence> <element name="ecuType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> <element name="canonicalPublicKey" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalKeyType" minOccurs="0"/> <element name="eaName" 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" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ATAppPermissionsTypeatPermissionsprotected CanonicalKeyTypecanonicalPublicKeyprotected java.lang.StringeaNameprotected java.lang.StringecuType-
Fields inherited from class org.certificateservices.messages.v2x.registration.jaxb.BaseRegisterRequestType
atProfile, canonicalId, ecProfile, itssValidFrom, itssValidTo, regions
-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description UpdateITSSRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ATAppPermissionsTypegetAtPermissions()Gets the value of the atPermissions property.CanonicalKeyTypegetCanonicalPublicKey()Gets the value of the canonicalPublicKey property.java.lang.StringgetEaName()Gets the value of the eaName property.java.lang.StringgetEcuType()Gets the value of the ecuType property.voidsetAtPermissions(ATAppPermissionsType value)Sets the value of the atPermissions property.voidsetCanonicalPublicKey(CanonicalKeyType value)Sets the value of the canonicalPublicKey property.voidsetEaName(java.lang.String value)Sets the value of the eaName property.voidsetEcuType(java.lang.String value)Sets the value of the ecuType property.-
Methods inherited from class org.certificateservices.messages.v2x.registration.jaxb.BaseRegisterRequestType
getAtProfile, getCanonicalId, getEcProfile, getItssValidFrom, getItssValidTo, getRegions, setAtProfile, setCanonicalId, setEcProfile, setItssValidFrom, setItssValidTo, setRegions
-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
ecuType
protected java.lang.String ecuType
-
canonicalPublicKey
protected CanonicalKeyType canonicalPublicKey
-
eaName
protected java.lang.String eaName
-
atPermissions
protected ATAppPermissionsType atPermissions
-
-
Method Detail
-
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
-
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
-
-