|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.Target
public class Target
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>
| Field Summary | |
|---|---|
protected String |
directory
|
protected String |
packageName
|
| Constructor Summary | |
|---|---|
Target()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String packageName
protected String directory
| Constructor Detail |
|---|
public Target()
| Method Detail |
|---|
public String getPackageName()
Stringpublic void setPackageName(String value)
value - allowed object is
Stringpublic String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic Target withPackageName(String value)
public Target withDirectory(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||