
public class SetStatusRequestMsg extends Object
Java class for SetStatusRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetStatusRequestMsg">
<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="Operational" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="PolicyType" type="{urn:org:miloss:fgsms:services:interfaces:common}policyType"/>
<element name="ParentObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected String |
domainName |
protected String |
hostname |
protected String |
message |
protected boolean |
operational |
protected String |
parentObject |
protected PolicyType |
policyType |
protected Calendar |
timeStamp |
protected String |
uri |
| Constructor and Description |
|---|
SetStatusRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDomainName()
Gets the value of the domainName property.
|
String |
getHostname()
Gets the value of the hostname property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getParentObject()
Gets the value of the parentObject property.
|
PolicyType |
getPolicyType()
Gets the value of the policyType property.
|
Calendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getURI()
Gets the value of the uri property.
|
boolean |
isOperational()
Gets the value of the operational property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setOperational(boolean value)
Sets the value of the operational property.
|
void |
setParentObject(String value)
Sets the value of the parentObject property.
|
void |
setPolicyType(PolicyType value)
Sets the value of the policyType property.
|
void |
setTimeStamp(Calendar value)
Sets the value of the timeStamp property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
protected SecurityWrapper classification
protected boolean operational
protected String uri
protected String message
protected String hostname
protected String domainName
protected Calendar timeStamp
protected PolicyType policyType
protected String parentObject
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isOperational()
public void setOperational(boolean value)
public void setURI(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getHostname()
Stringpublic void setHostname(String value)
value - allowed object is
Stringpublic String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic Calendar getTimeStamp()
Calendarpublic void setTimeStamp(Calendar value)
value - allowed object is
Calendarpublic PolicyType getPolicyType()
PolicyTypepublic void setPolicyType(PolicyType value)
value - allowed object is
PolicyTypepublic String getParentObject()
StringCopyright © 2008–2017 MIL-OSS. All rights reserved.