public class Target extends Object implements Serializable
Java class for Target complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Target">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
directory |
protected String |
packageName |
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory()
Gets the value of the directory property.
|
String |
getPackageName()
Gets the value of the packageName property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setPackageName(String value)
Sets the value of the packageName property.
|
Target |
withDirectory(String value) |
Target |
withPackageName(String value) |
public String getPackageName()
Stringpublic void setPackageName(String value)
value - allowed object is
Stringpublic String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.