public class SetExtendedStatusRequestMsg extends Object
Java class for SetExtendedStatusRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetExtendedStatusRequestMsg"> <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"/> <element name="Data" type="{urn:org:miloss:fgsms:services:interfaces:common}NameValuePairSet"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected NameValuePairSet |
data |
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 |
---|
SetExtendedStatusRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
NameValuePairSet |
getData()
Gets the value of the data 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 |
setData(NameValuePairSet value)
Sets the value of the data 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
protected NameValuePairSet data
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isOperational()
public void setOperational(boolean value)
public void setURI(String value)
value
- allowed object is
String
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public String getHostname()
String
public void setHostname(String value)
value
- allowed object is
String
public String getDomainName()
String
public void setDomainName(String value)
value
- allowed object is
String
public Calendar getTimeStamp()
Calendar
public void setTimeStamp(Calendar value)
value
- allowed object is
Calendar
public PolicyType getPolicyType()
PolicyType
public void setPolicyType(PolicyType value)
value
- allowed object is
PolicyType
public String getParentObject()
String
public void setParentObject(String value)
value
- allowed object is
String
public NameValuePairSet getData()
NameValuePairSet
public void setData(NameValuePairSet value)
value
- allowed object is
NameValuePairSet
Copyright © 2008–2017 MIL-OSS. All rights reserved.