net.opengis.gml
Interface CoordinatesType

All Superinterfaces:
java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public interface CoordinatesType
extends java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString


Method Summary
 java.lang.String getCs()
           
 java.lang.String getDecimal()
           
 java.lang.String getTs()
           
 java.lang.String getValue()
           
 boolean isSetCs()
           
 boolean isSetDecimal()
           
 boolean isSetTs()
           
 boolean isSetValue()
           
 void setCs(java.lang.String value)
           
 void setDecimal(java.lang.String value)
           
 void setTs(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo, copyTo, createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.Equals
equals
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom
createNewInstance, mergeFrom, mergeFrom
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.ToString
append, appendFields
 

Method Detail

getValue

java.lang.String getValue()

setValue

void setValue(java.lang.String value)

isSetValue

boolean isSetValue()

getDecimal

java.lang.String getDecimal()

setDecimal

void setDecimal(java.lang.String value)

isSetDecimal

boolean isSetDecimal()

getCs

java.lang.String getCs()

setCs

void setCs(java.lang.String value)

isSetCs

boolean isSetCs()

getTs

java.lang.String getTs()

setTs

void setTs(java.lang.String value)

isSetTs

boolean isSetTs()


Copyright © 2008-2013 Highsource. All Rights Reserved.