public static class Securities.Security extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="provider">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="([\w.])*([:]{2})(\w)+"/>
</restriction>
</simpleType>
</element>
<element name="enable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Security() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnable()
Gets the value of the enable property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getProvider()
Gets the value of the provider property.
|
void |
setEnable(Boolean value)
Sets the value of the enable property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setProvider(String value)
Sets the value of the provider property.
|
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getProvider()
Stringpublic void setProvider(String value)
value - allowed object is
Stringpublic Boolean getEnable()
BooleanCopyright © 2016–2017 RestNEXT. All rights reserved.