
public class ServicePolicyRequestMsg extends Object implements Serializable
Java class for ServicePolicyRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServicePolicyRequestMsg">
<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="URI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="policytype" type="{urn:org:miloss:fgsms:services:interfaces:common}policyType"/>
<element name="machine" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected String |
domain |
protected String |
machine |
protected PolicyType |
policytype |
protected String |
uri |
| Constructor and Description |
|---|
ServicePolicyRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDomain()
Gets the value of the domain property.
|
String |
getMachine()
Gets the value of the machine property.
|
PolicyType |
getPolicytype()
Gets the value of the policytype property.
|
String |
getURI()
Gets the value of the uri property.
|
boolean |
isSetClassification() |
boolean |
isSetDomain() |
boolean |
isSetMachine() |
boolean |
isSetPolicytype() |
boolean |
isSetURI() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setMachine(String value)
Sets the value of the machine property.
|
void |
setPolicytype(PolicyType value)
Sets the value of the policytype property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
protected SecurityWrapper classification
protected String uri
protected PolicyType policytype
protected String machine
protected String domain
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public void setURI(String value)
value - allowed object is
Stringpublic boolean isSetURI()
public PolicyType getPolicytype()
PolicyTypepublic void setPolicytype(PolicyType value)
value - allowed object is
PolicyTypepublic boolean isSetPolicytype()
public String getMachine()
Stringpublic void setMachine(String value)
value - allowed object is
Stringpublic boolean isSetMachine()
public String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic boolean isSetDomain()
Copyright © 2008–2017 MIL-OSS. All rights reserved.