org.citygml4j.model.gml.base
Interface StringOrRef

All Superinterfaces:
AssociationAttributeGroup, Child, Copyable, GML, ModelObject
All Known Implementing Classes:
StringOrRefImpl

public interface StringOrRef
extends AssociationAttributeGroup, Child, Copyable


Method Summary
 java.lang.String getValue()
           
 boolean isSetValue()
           
 void setValue(java.lang.String value)
           
 
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
 
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
 

Method Detail

getValue

java.lang.String getValue()

isSetValue

boolean isSetValue()

setValue

void setValue(java.lang.String value)