Class TokenTypeRuleRestriction


  • public class TokenTypeRuleRestriction
    extends java.lang.Object

    Java class for TokenTypeRuleRestriction complex type.

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

     <complexType name="TokenTypeRuleRestriction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{http://certificateservices.org/xsd/authorization2_0}TokenTypeRuleRestrictionType"/>
             <element name="value" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TokenTypeRuleRestriction

        public TokenTypeRuleRestriction()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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