public class ProfileApplicationVisibility extends Object
Java class for ProfileApplicationVisibility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileApplicationVisibility">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="application" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_default |
protected String |
application |
protected boolean |
visible |
| Constructor and Description |
|---|
ProfileApplicationVisibility() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
boolean |
isDefault()
Gets the value of the default property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setDefault(boolean value)
Sets the value of the default property.
|
void |
setVisible(boolean value)
Sets the value of the visible property.
|
protected String application
protected boolean _default
protected boolean visible
public String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic boolean isDefault()
public void setDefault(boolean value)
public boolean isVisible()
public void setVisible(boolean value)
Copyright © 2016. All rights reserved.