Class RegisterITSSRequest


  • public class RegisterITSSRequest
    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"/>
             <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="atPermissions" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ATAppPermissionsType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • ecuType

        protected java.lang.String ecuType
      • eaName

        protected java.lang.String eaName
    • Constructor Detail

      • RegisterITSSRequest

        public RegisterITSSRequest()
    • 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 is String
      • 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 is CanonicalKeyType
      • 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 is String