|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.feature.persistence.postgis.jaxb.FIDMapping
public class FIDMapping
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 |
---|
protected FIDMapping.Column column
protected javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> abstractIDGenerator
Constructor Detail |
---|
public FIDMapping()
Method Detail |
---|
public FIDMapping.Column getColumn()
FIDMapping.Column
public void setColumn(FIDMapping.Column value)
value
- allowed object is
FIDMapping.Column
public javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> getAbstractIDGenerator()
JAXBElement
<
UUIDGenerator
>
JAXBElement
<
SequenceIDGenerator
>
JAXBElement
<
AutoIdGenerator
>
JAXBElement
<
AbstractIDGeneratorType
>
public void setAbstractIDGenerator(javax.xml.bind.JAXBElement<? extends AbstractIDGeneratorType> value)
value
- allowed object is
JAXBElement
<
UUIDGenerator
>
JAXBElement
<
SequenceIDGenerator
>
JAXBElement
<
AutoIdGenerator
>
JAXBElement
<
AbstractIDGeneratorType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |