|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.feature.persistence.postgis.jaxb.CustomMapping
public class CustomMapping
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 |
---|
protected java.lang.String path
protected java.lang.String mapping
Constructor Detail |
---|
public CustomMapping()
Method Detail |
---|
public java.lang.String getPath()
String
public void setPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMapping()
String
public void setMapping(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |