Uses of Class
org.citygml4j.model.gml.base.StringOrRef

Packages that use StringOrRef
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.feature   
org.citygml4j.xml.io.reader   
org.citygml4j.xml.io.writer   
 

Uses of StringOrRef in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type StringOrRef
 StringOrRefType GMLMarshaller.marshalStringOrRef(StringOrRef src)
           
 

Uses of StringOrRef in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return StringOrRef
 StringOrRef GMLUnmarshaller.unmarshalStringOrRef(StringOrRefType src)
           
 

Uses of StringOrRef in org.citygml4j.model.gml.base
 

Methods in org.citygml4j.model.gml.base that return StringOrRef
 StringOrRef StandardObjectProperties.getDescription()
           
 StringOrRef AbstractGML.getDescription()
           
 

Methods in org.citygml4j.model.gml.base with parameters of type StringOrRef
 void StandardObjectProperties.setDescription(StringOrRef description)
           
 void AbstractGML.setDescription(StringOrRef description)
           
 

Uses of StringOrRef in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return StringOrRef
 StringOrRef CoverageFunction.getMappingRule()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type StringOrRef
 void CoverageFunction.setMappingRule(StringOrRef mappingRule)
           
 

Constructors in org.citygml4j.model.gml.coverage with parameters of type StringOrRef
CoverageFunction(StringOrRef mappingRule)
           
 

Uses of StringOrRef in org.citygml4j.model.gml.feature
 

Methods in org.citygml4j.model.gml.feature that return StringOrRef
 StringOrRef LocationProperty.getLocationString()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type StringOrRef
 void LocationProperty.setLocationString(StringOrRef locationString)
           
 

Uses of StringOrRef in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return StringOrRef
 StringOrRef ParentInfo.getDescription()
           
 

Uses of StringOrRef in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer that return StringOrRef
 StringOrRef CityModelInfo.getDescription()
           
 

Methods in org.citygml4j.xml.io.writer with parameters of type StringOrRef
 void CityModelInfo.setDescription(StringOrRef description)