Class 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 Detail

      • canonicalId

        protected java.lang.String canonicalId
      • ecuType

        protected java.lang.String ecuType
      • eaName

        protected java.lang.String eaName
      • ecProfile

        protected java.lang.String ecProfile
      • atProfile

        protected java.lang.String atProfile
      • itssValidFrom

        protected javax.xml.datatype.XMLGregorianCalendar itssValidFrom
      • itssValidTo

        protected javax.xml.datatype.XMLGregorianCalendar itssValidTo
    • Constructor Detail

      • BaseV2XResponseType

        public BaseV2XResponseType()
    • 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 is String
      • 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
      • 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 is String
      • 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 is String
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar
      • 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 is RegionsType
      • 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 is ITSSStatusType