Uses of Class
org.citygml4j.model.gml.basicTypes.CodeOrNullList

Packages that use CodeOrNullList
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.valueObjects   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CodeOrNullList
 CodeOrNullListType GMLMarshaller.marshalCodeOrNullList(CodeOrNullList src)
           
 void GMLMarshaller.marshalCodeOrNullList(CodeOrNullList src, CodeOrNullListType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CodeOrNullList
 CodeOrNullList GMLUnmarshaller.unmarshalCodeOrNullList(CodeOrNullListType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CodeOrNullList
 void GMLUnmarshaller.unmarshalCodeOrNullList(CodeOrNullListType src, CodeOrNullList dest)
           
 

Uses of CodeOrNullList in org.citygml4j.model.gml.valueObjects
 

Subclasses of CodeOrNullList in org.citygml4j.model.gml.valueObjects
 class CategoryExtent
           
 

Methods in org.citygml4j.model.gml.valueObjects that return CodeOrNullList
 CodeOrNullList ScalarValueList.getCategoryList()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type CodeOrNullList
 void ScalarValueList.setCategoryList(CodeOrNullList categoryList)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type CodeOrNullList
ScalarValueList(CodeOrNullList categoryList)