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

java.lang.Object
  extended by org.deegree.feature.persistence.postgis.jaxb.CustomMapping
Direct Known Subclasses:
ComplexMapping, FeatureMapping, GeometryMapping, PrimitiveMapping

public class CustomMapping
extends java.lang.Object

Defines the mapping for (a part of) a custom property.

Java class for AbstractCustomMappingType complex type.

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

 <complexType name="AbstractCustomMappingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mapping" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String mapping
           
protected  java.lang.String path
           
 
Constructor Summary
CustomMapping()
           
 
Method Summary
 java.lang.String getMapping()
          Gets the value of the mapping property.
 java.lang.String getPath()
          Gets the value of the path property.
 void setMapping(java.lang.String value)
          Sets the value of the mapping property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected java.lang.String path

mapping

protected java.lang.String mapping
Constructor Detail

CustomMapping

public CustomMapping()
Method Detail

getPath

public java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getMapping

public java.lang.String getMapping()
Gets the value of the mapping property.

Returns:
possible object is String

setMapping

public void setMapping(java.lang.String value)
Sets the value of the mapping property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.