Class ATAppPermissionsType
- java.lang.Object
-
- org.certificateservices.messages.v2x.registration.jaxb.ATAppPermissionsType
-
public class ATAppPermissionsType extends java.lang.ObjectJava class for ATAppPermissionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATAppPermissionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="appPermission" type="{http://certificateservices.org/xsd/v2x_registration_2_0}AppPermissionsType" maxOccurs="256"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AppPermissionsType>appPermission
-
Constructor Summary
Constructors Constructor Description ATAppPermissionsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AppPermissionsType>getAppPermission()Gets the value of the appPermission property.
-
-
-
Field Detail
-
appPermission
protected java.util.List<AppPermissionsType> appPermission
-
-
Method Detail
-
getAppPermission
public java.util.List<AppPermissionsType> getAppPermission()
Gets the value of the appPermission property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the appPermission property.For example, to add a new item, do as follows:
getAppPermission().add(newItem);Objects of the following type(s) are allowed in the list
AppPermissionsType
-
-