
public class Dependencies extends Object implements Serializable
Java class for dependencies complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dependencies">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
url |
| Constructor and Description |
|---|
Dependencies() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetAction() |
boolean |
isSetUrl() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic boolean isSetAction()
Copyright © 2008–2017 MIL-OSS. All rights reserved.