Class AppPermissionsType
- java.lang.Object
-
- org.certificateservices.messages.v2x.registration.jaxb.AppPermissionsType
-
public class AppPermissionsType extends java.lang.ObjectJava 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 intpsIdprotected PermissionTypetypeprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description AppPermissionsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPsId()Gets the value of the psId property.PermissionTypegetType()Gets the value of the type property.java.lang.StringgetValue()Gets the value of the value property.voidsetPsId(int value)Sets the value of the psId property.voidsetType(PermissionType value)Sets the value of the type property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.lang.String value
-
psId
protected int psId
-
type
protected PermissionType type
-
-
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 isString
-
getPsId
public int getPsId()
Gets the value of the psId property.
-
setPsId
public void setPsId(int value)
Sets the value of the psId property.
-
getType
public PermissionType getType()
Gets the value of the type property.- Returns:
- possible object is
PermissionType
-
setType
public void setType(PermissionType value)
Sets the value of the type property.- Parameters:
value- allowed object isPermissionType
-
-