public class EnrollmentPermission extends Object
Java class for EnrollmentPermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrollmentPermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enroll" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="autoEnroll" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoEnroll |
protected boolean |
enroll |
| Constructor and Description |
|---|
EnrollmentPermission() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAutoEnroll()
Gets the value of the autoEnroll property.
|
boolean |
isEnroll()
Gets the value of the enroll property.
|
void |
setAutoEnroll(boolean value)
Sets the value of the autoEnroll property.
|
void |
setEnroll(boolean value)
Sets the value of the enroll property.
|
public boolean isEnroll()
public void setEnroll(boolean value)
public boolean isAutoEnroll()
public void setAutoEnroll(boolean value)
Copyright © 2017 WSO2. All rights reserved.