Class AppPermissionsType


  • public class AppPermissionsType
    extends java.lang.Object

    Java class for AppPermissionsType complex type.

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

     <complexType name="AppPermissionsType">
       <simpleContent>
         <extension base="<http://certificateservices.org/xsd/v2x_registration_2_0>PermissionDataType">
           <attribute name="psId" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="type" type="{http://certificateservices.org/xsd/v2x_registration_2_0}PermissionType" default="bitmap" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int psId  
      protected PermissionType type  
      protected java.lang.String value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPsId()
      Gets the value of the psId property.
      PermissionType getType()
      Gets the value of the type property.
      java.lang.String getValue()
      Gets the value of the value property.
      void setPsId​(int value)
      Sets the value of the psId property.
      void setType​(PermissionType value)
      Sets the value of the type property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
      • psId

        protected int psId
    • Constructor Detail

      • AppPermissionsType

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

        public int getPsId()
        Gets the value of the psId property.
      • setPsId

        public void setPsId​(int value)
        Sets the value of the psId property.
      • setType

        public void setType​(PermissionType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is PermissionType