Class BaseRegisterRequestType

  • Direct Known Subclasses:
    RegisterITSSRequest, UpdateITSSRequest

    public class BaseRegisterRequestType
    extends CSRequest

    Java class for BaseRegisterRequestType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="BaseRegisterRequestType">
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest">
           <sequence>
             <element name="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/>
             <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="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"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAtProfile()
      Gets the value of the atProfile property.
      java.lang.String getCanonicalId()
      Gets the value of the canonicalId property.
      java.lang.String getEcProfile()
      Gets the value of the ecProfile property.
      javax.xml.datatype.XMLGregorianCalendar getItssValidFrom()
      Gets the value of the itssValidFrom property.
      javax.xml.datatype.XMLGregorianCalendar getItssValidTo()
      Gets the value of the itssValidTo property.
      RegionsType getRegions()
      Gets the value of the regions property.
      void setAtProfile​(java.lang.String value)
      Sets the value of the atProfile property.
      void setCanonicalId​(java.lang.String value)
      Sets the value of the canonicalId property.
      void setEcProfile​(java.lang.String value)
      Sets the value of the ecProfile property.
      void setItssValidFrom​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the itssValidFrom property.
      void setItssValidTo​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the itssValidTo property.
      void setRegions​(RegionsType value)
      Sets the value of the regions property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • canonicalId

        protected java.lang.String canonicalId
      • 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

      • BaseRegisterRequestType

        public BaseRegisterRequestType()
    • 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
      • 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