public class GetServiceDependenciesResponseMsg extends Object implements Serializable
Java class for GetServiceDependenciesResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetServiceDependenciesResponseMsg"> <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="idependon" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}dependencies" maxOccurs="unbounded"/> <element name="dependonme" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}dependencies" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected List<Dependencies> |
dependonme |
protected List<Dependencies> |
idependon |
Constructor and Description |
---|
GetServiceDependenciesResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
List<Dependencies> |
getDependonme()
Gets the value of the dependonme property.
|
List<Dependencies> |
getIdependon()
Gets the value of the idependon property.
|
boolean |
isSetClassification() |
boolean |
isSetDependonme() |
boolean |
isSetIdependon() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
unsetDependonme() |
void |
unsetIdependon() |
protected SecurityWrapper classification
protected List<Dependencies> idependon
protected List<Dependencies> dependonme
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public List<Dependencies> getIdependon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the idependon property.
For example, to add a new item, do as follows:
getIdependon().add(newItem);
Objects of the following type(s) are allowed in the list
Dependencies
public boolean isSetIdependon()
public void unsetIdependon()
public List<Dependencies> getDependonme()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the dependonme property.
For example, to add a new item, do as follows:
getDependonme().add(newItem);
Objects of the following type(s) are allowed in the list
Dependencies
public boolean isSetDependonme()
public void unsetDependonme()
Copyright © 2008–2017 MIL-OSS. All rights reserved.