public class SetStatusResponseMsg extends Object
Java class for SetStatusResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetStatusResponseMsg"> <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="Status" type="{urn:org:miloss:fgsms:services:interfaces:status}SetResponseStatus"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected SetResponseStatus |
status |
Constructor and Description |
---|
SetStatusResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
SetResponseStatus |
getStatus()
Gets the value of the status property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setStatus(SetResponseStatus value)
Sets the value of the status property.
|
protected SecurityWrapper classification
protected SetResponseStatus status
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public SetResponseStatus getStatus()
SetResponseStatus
public void setStatus(SetResponseStatus value)
value
- allowed object is
SetResponseStatus
Copyright © 2008–2017 MIL-OSS. All rights reserved.