Uses of Class
org.citygml4j.jaxb.gml._3_1_1.CodeOrNullListType

Packages that use CodeOrNullListType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CodeOrNullListType
 CodeOrNullListType GMLMarshaller.marshalCodeOrNullList(CodeOrNullList src)
           
 

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

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

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

Uses of CodeOrNullListType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of CodeOrNullListType in org.citygml4j.jaxb.gml._3_1_1
 class CategoryExtentType
          Restriction of list type to store a 2-point range of ordinal values.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CodeOrNullListType
 CodeOrNullListType ObjectFactory.createCodeOrNullListType()
          Create an instance of CodeOrNullListType
 CodeOrNullListType ValuePropertyType.getCategoryList()
          Ruft den Wert der categoryList-Eigenschaft ab.
 CodeOrNullListType RangeParametersType.getCategoryList()
          Ruft den Wert der categoryList-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CodeOrNullListType
 javax.xml.bind.JAXBElement<CodeOrNullListType> ObjectFactory.createCategoryList(CodeOrNullListType value)
          Create an instance of JAXBElement<CodeOrNullListType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CodeOrNullListType
 javax.xml.bind.JAXBElement<CodeOrNullListType> ObjectFactory.createCategoryList(CodeOrNullListType value)
          Create an instance of JAXBElement<CodeOrNullListType>}
 void ValuePropertyType.setCategoryList(CodeOrNullListType value)
          Legt den Wert der categoryList-Eigenschaft fest.
 void RangeParametersType.setCategoryList(CodeOrNullListType value)
          Legt den Wert der categoryList-Eigenschaft fest.