Class AttachCredentialsRequest


  • public class AttachCredentialsRequest
    extends CSRequest

    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/csmessages2_0}CSRequest">
           <sequence>
             <element name="keyStoreProviderName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="organisationShortName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="alias" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="credentials">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • keyStoreProviderName

        protected java.lang.String keyStoreProviderName
      • organisationShortName

        protected java.lang.String organisationShortName
      • alias

        protected java.lang.String alias
    • Constructor Detail

      • AttachCredentialsRequest

        public AttachCredentialsRequest()
    • Method Detail

      • getKeyStoreProviderName

        public java.lang.String getKeyStoreProviderName()
        Gets the value of the keyStoreProviderName property.
        Returns:
        possible object is String
      • setKeyStoreProviderName

        public void setKeyStoreProviderName​(java.lang.String value)
        Sets the value of the keyStoreProviderName property.
        Parameters:
        value - allowed object is String
      • getOrganisationShortName

        public java.lang.String getOrganisationShortName()
        Gets the value of the organisationShortName property.
        Returns:
        possible object is String
      • setOrganisationShortName

        public void setOrganisationShortName​(java.lang.String value)
        Sets the value of the organisationShortName property.
        Parameters:
        value - allowed object is String
      • getAlias

        public java.lang.String getAlias()
        Gets the value of the alias property.
        Returns:
        possible object is String
      • setAlias

        public void setAlias​(java.lang.String value)
        Sets the value of the alias property.
        Parameters:
        value - allowed object is String