public class DeleteServiceDependencyRequestMsg extends Object implements Serializable
Java class for DeleteServiceDependencyRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteServiceDependencyRequestMsg"> <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="action" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dependenturi" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dependentaction" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected SecurityWrapper |
classification |
protected String |
dependentaction |
protected String |
dependenturi |
protected String |
uri |
Constructor and Description |
---|
DeleteServiceDependencyRequestMsg() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the value of the action property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDependentaction()
Gets the value of the dependentaction property.
|
String |
getDependenturi()
Gets the value of the dependenturi property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetAction() |
boolean |
isSetClassification() |
boolean |
isSetDependentaction() |
boolean |
isSetDependenturi() |
boolean |
isSetUri() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDependentaction(String value)
Sets the value of the dependentaction property.
|
void |
setDependenturi(String value)
Sets the value of the dependenturi property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected SecurityWrapper classification
protected String uri
protected String action
protected String dependenturi
protected String dependentaction
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public boolean isSetAction()
public String getDependenturi()
String
public void setDependenturi(String value)
value
- allowed object is
String
public boolean isSetDependenturi()
public String getDependentaction()
String
public void setDependentaction(String value)
value
- allowed object is
String
public boolean isSetDependentaction()
Copyright © 2008–2017 MIL-OSS. All rights reserved.