public class DependencyWrapper extends Object implements Serializable
Java class for DependencyWrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DependencyWrapper"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceuri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sourceaction" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="destinationuri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="destinationaction" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
destinationaction |
protected String |
destinationuri |
protected String |
sourceaction |
protected String |
sourceuri |
Constructor and Description |
---|
DependencyWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationaction()
Gets the value of the destinationaction property.
|
String |
getDestinationuri()
Gets the value of the destinationuri property.
|
String |
getSourceaction()
Gets the value of the sourceaction property.
|
String |
getSourceuri()
Gets the value of the sourceuri property.
|
boolean |
isSetDestinationaction() |
boolean |
isSetDestinationuri() |
boolean |
isSetSourceaction() |
boolean |
isSetSourceuri() |
void |
setDestinationaction(String value)
Sets the value of the destinationaction property.
|
void |
setDestinationuri(String value)
Sets the value of the destinationuri property.
|
void |
setSourceaction(String value)
Sets the value of the sourceaction property.
|
void |
setSourceuri(String value)
Sets the value of the sourceuri property.
|
protected String sourceuri
protected String sourceaction
protected String destinationuri
protected String destinationaction
public String getSourceuri()
String
public void setSourceuri(String value)
value
- allowed object is
String
public boolean isSetSourceuri()
public String getSourceaction()
String
public void setSourceaction(String value)
value
- allowed object is
String
public boolean isSetSourceaction()
public String getDestinationuri()
String
public void setDestinationuri(String value)
value
- allowed object is
String
public boolean isSetDestinationuri()
public String getDestinationaction()
String
public void setDestinationaction(String value)
value
- allowed object is
String
public boolean isSetDestinationaction()
Copyright © 2008–2017 MIL-OSS. All rights reserved.