public class SetServicePolicyResponseMsg extends Object implements Serializable
Java class for SetServicePolicyResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetServicePolicyResponseMsg"> <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="Message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Status" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
message |
protected boolean |
status |
Constructor and Description |
---|
SetServicePolicyResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getMessage()
Gets the value of the message property.
|
boolean |
isSetClassification() |
boolean |
isSetMessage() |
boolean |
isSetStatus() |
boolean |
isStatus()
Gets the value of the status property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setStatus(boolean value)
Sets the value of the status property.
|
protected SecurityWrapper classification
protected String message
protected boolean status
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public boolean isSetMessage()
public boolean isStatus()
public void setStatus(boolean value)
public boolean isSetStatus()
Copyright © 2008–2017 MIL-OSS. All rights reserved.