org.deegree.feature.persistence.postgis.jaxb
Class FIDMapping

java.lang.Object
  extended by org.deegree.feature.persistence.postgis.jaxb.FIDMapping

public class FIDMapping
extends java.lang.Object

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">
       <sequence>
         <element name="Column">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="type" type="{http://www.deegree.org/datasource/feature/postgis}PrimitiveType" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.deegree.org/datasource/feature/postgis}AbstractIDGenerator"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FIDMapping.Column
          Java class for anonymous complex type.
 
Field Summary
protected  javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> abstractIDGenerator
           
protected  FIDMapping.Column column
           
 
Constructor Summary
FIDMapping()
           
 
Method Summary
 javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> getAbstractIDGenerator()
          Gets the value of the abstractIDGenerator property.
 FIDMapping.Column getColumn()
          Gets the value of the column property.
 void setAbstractIDGenerator(javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> value)
          Sets the value of the abstractIDGenerator property.
 void setColumn(FIDMapping.Column value)
          Sets the value of the column property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected FIDMapping.Column column

abstractIDGenerator

protected javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> abstractIDGenerator
Constructor Detail

FIDMapping

public FIDMapping()
Method Detail

getColumn

public FIDMapping.Column getColumn()
Gets the value of the column property.

Returns:
possible object is FIDMapping.Column

setColumn

public void setColumn(FIDMapping.Column value)
Sets the value of the column property.

Parameters:
value - allowed object is FIDMapping.Column

getAbstractIDGenerator

public javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> getAbstractIDGenerator()
Gets the value of the abstractIDGenerator property.

Returns:
possible object is JAXBElement<UUIDGenerator> JAXBElement<SequenceIDGenerator> JAXBElement<AutoIdGenerator> JAXBElement<AbstractIDGeneratorType>

setAbstractIDGenerator

public void setAbstractIDGenerator(javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> value)
Sets the value of the abstractIDGenerator property.

Parameters:
value - allowed object is JAXBElement<UUIDGenerator> JAXBElement<SequenceIDGenerator> JAXBElement<AutoIdGenerator> JAXBElement<AbstractIDGeneratorType>


Copyright © 2011. All Rights Reserved.