Class PerformedFetchExistingTokensAction


  • public class PerformedFetchExistingTokensAction
    extends java.lang.Object

    Java class for PerformedFetchExistingTokensAction complex type.

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

     <complexType name="PerformedFetchExistingTokensAction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="wrappingCredential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • wrappingCredential

        protected Credential wrappingCredential
    • Constructor Detail

      • PerformedFetchExistingTokensAction

        public PerformedFetchExistingTokensAction()
    • Method Detail

      • getWrappingCredential

        public Credential getWrappingCredential()
        Gets the value of the wrappingCredential property.
        Returns:
        possible object is Credential
      • setWrappingCredential

        public void setWrappingCredential​(Credential value)
        Sets the value of the wrappingCredential property.
        Parameters:
        value - allowed object is Credential