
public class GetServicePermissionsRequestMsg extends Object implements Serializable
Java class for GetServicePermissionsRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetServicePermissionsRequestMsg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected String |
url |
protected String |
user |
| Constructor and Description |
|---|
GetServicePermissionsRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getURL()
Gets the value of the url property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isSetClassification() |
boolean |
isSetURL() |
boolean |
isSetUser() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected SecurityWrapper classification
protected String url
protected String user
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public void setURL(String value)
value - allowed object is
Stringpublic boolean isSetURL()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
Copyright © 2008–2017 MIL-OSS. All rights reserved.