org.jooq.util.jaxb
Class CustomTypes

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

public class CustomTypes
extends Object

Java class for CustomTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomTypes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customType" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}CustomType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<CustomType> customType
           
 
Constructor Summary
CustomTypes()
           
 
Method Summary
 List<CustomType> getCustomType()
          Gets the value of the customType property.
 CustomTypes withCustomType(Collection<CustomType> values)
           
 CustomTypes withCustomType(CustomType... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customType

protected List<CustomType> customType
Constructor Detail

CustomTypes

public CustomTypes()
Method Detail

getCustomType

public List<CustomType> getCustomType()
Gets the value of the customType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customType property.

For example, to add a new item, do as follows:

    getCustomType().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomType


withCustomType

public CustomTypes withCustomType(CustomType... values)

withCustomType

public CustomTypes withCustomType(Collection<CustomType> values)


Copyright © 2012. All Rights Reserved.