org.jooq.util.jaxb
Class Target

java.lang.Object
  extended by org.jooq.util.jaxb.Target

public class Target
extends Object

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

packageName

protected String packageName

directory

protected String directory
Constructor Detail

Target

public Target()
Method Detail

getPackageName

public String getPackageName()
Gets the value of the packageName property.

Returns:
possible object is String

setPackageName

public void setPackageName(String value)
Sets the value of the packageName property.

Parameters:
value - allowed object is String

getDirectory

public String getDirectory()
Gets the value of the directory property.

Returns:
possible object is String

setDirectory

public void setDirectory(String value)
Sets the value of the directory property.

Parameters:
value - allowed object is String

withPackageName

public Target withPackageName(String value)

withDirectory

public Target withDirectory(String value)


Copyright © 2012. All Rights Reserved.