org.citygml4j.model.gml.basicTypes
Class Measure

java.lang.Object
  extended by org.citygml4j.model.gml.basicTypes.Measure
All Implemented Interfaces:
ModelObject, Child, Copyable, GML
Direct Known Subclasses:
Length, Speed

public class Measure
extends java.lang.Object
implements GML, Child, Copyable


Constructor Summary
Measure()
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 java.lang.String getUom()
           
 double getValue()
           
 boolean isSetParent()
           
 boolean isSetUom()
           
 boolean isSetValue()
           
 void setParent(ModelObject parent)
           
 void setUom(java.lang.String uom)
           
 void setValue(double value)
           
 void unsetParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Measure

public Measure()
Method Detail

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML

getUom

public java.lang.String getUom()

getValue

public double getValue()

isSetUom

public boolean isSetUom()

isSetValue

public boolean isSetValue()

setUom

public void setUom(java.lang.String uom)

setValue

public void setValue(double value)

getParent

public ModelObject getParent()
Specified by:
getParent in interface Child

setParent

public void setParent(ModelObject parent)
Specified by:
setParent in interface Child

isSetParent

public boolean isSetParent()
Specified by:
isSetParent in interface Child

unsetParent

public void unsetParent()
Specified by:
unsetParent in interface Child

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable