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

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

public class CodePropertyDecl
extends AbstractPropertyDecl

Definition of a code-valued property of a feature type.

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/datasource/feature/postgis}AbstractPropertyType">
       <attribute name="codeSpaceMapping" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codeSpaceMapping
           
 
Fields inherited from class org.deegree.feature.persistence.postgis.jaxb.AbstractPropertyDecl
joinedTable, mapping, maxOccurs, minOccurs, name, nilMapping
 
Constructor Summary
CodePropertyDecl()
           
 
Method Summary
 java.lang.String getCodeSpaceMapping()
          Gets the value of the codeSpaceMapping property.
 void setCodeSpaceMapping(java.lang.String value)
          Sets the value of the codeSpaceMapping property.
 
Methods inherited from class org.deegree.feature.persistence.postgis.jaxb.AbstractPropertyDecl
getJoinedTable, getMapping, getMaxOccurs, getMinOccurs, getName, getNilMapping, setJoinedTable, setMapping, setMaxOccurs, setMinOccurs, setName, setNilMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codeSpaceMapping

protected java.lang.String codeSpaceMapping
Constructor Detail

CodePropertyDecl

public CodePropertyDecl()
Method Detail

getCodeSpaceMapping

public java.lang.String getCodeSpaceMapping()
Gets the value of the codeSpaceMapping property.

Returns:
possible object is String

setCodeSpaceMapping

public void setCodeSpaceMapping(java.lang.String value)
Sets the value of the codeSpaceMapping property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.