org.citygml4j.model.gml.coverage
Interface RangeParameters

All Superinterfaces:
Association<ValueObject>, AssociationAttributeGroup, AssociationByRep<ValueObject>, AssociationByRepOrRef<ValueObject>, Child, Copyable, GML, ModelObject
All Known Implementing Classes:
RangeParametersImpl

public interface RangeParameters
extends AssociationByRepOrRef<ValueObject>


Method Summary
 ValueObject getValueObject()
           
 boolean isSetValueObject()
           
 void setValueObject(ValueObject valueObject)
           
 void unsetValueObject()
           
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getValueObject

ValueObject getValueObject()

isSetValueObject

boolean isSetValueObject()

setValueObject

void setValueObject(ValueObject valueObject)

unsetValueObject

void unsetValueObject()