org.deegree.feature.persistence.sql.jaxb
Class Join

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.Join

public class Join
extends Object

Defines a change in the table context.

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fromColumns" use="required" type="{http://www.deegree.org/datasource/feature/sql}columnList" />
       <attribute name="toColumns" use="required" type="{http://www.deegree.org/datasource/feature/sql}columnList" />
       <attribute name="orderColumns" type="{http://www.deegree.org/datasource/feature/sql}columnList" />
       <attribute name="numbered" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> fromColumns
           
protected  Boolean numbered
           
protected  List<String> orderColumns
           
protected  String table
           
protected  List<String> toColumns
           
 
Constructor Summary
Join()
           
 
Method Summary
 List<String> getFromColumns()
          Gets the value of the fromColumns property.
 List<String> getOrderColumns()
          Gets the value of the orderColumns property.
 String getTable()
          Gets the value of the table property.
 List<String> getToColumns()
          Gets the value of the toColumns property.
 Boolean isNumbered()
          Gets the value of the numbered property.
 void setNumbered(Boolean value)
          Sets the value of the numbered property.
 void setTable(String value)
          Sets the value of the table property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected String table

fromColumns

protected List<String> fromColumns

toColumns

protected List<String> toColumns

orderColumns

protected List<String> orderColumns

numbered

protected Boolean numbered
Constructor Detail

Join

public Join()
Method Detail

getTable

public String getTable()
Gets the value of the table property.

Returns:
possible object is String

setTable

public void setTable(String value)
Sets the value of the table property.

Parameters:
value - allowed object is String

getFromColumns

public List<String> getFromColumns()
Gets the value of the fromColumns 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 fromColumns property.

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

    getFromColumns().add(newItem);
 

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


getToColumns

public List<String> getToColumns()
Gets the value of the toColumns 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 toColumns property.

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

    getToColumns().add(newItem);
 

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


getOrderColumns

public List<String> getOrderColumns()
Gets the value of the orderColumns 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 orderColumns property.

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

    getOrderColumns().add(newItem);
 

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


isNumbered

public Boolean isNumbered()
Gets the value of the numbered property.

Returns:
possible object is Boolean

setNumbered

public void setNumbered(Boolean value)
Sets the value of the numbered property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.