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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CompositeValueType
 CompositeValueType GMLMarshaller.marshalCompositeValue(CompositeValue src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeValueType
 void GMLMarshaller.marshalCompositeValue(CompositeValue src, CompositeValueType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CompositeValueType
 CompositeValue GMLUnmarshaller.unmarshalCompositeValue(CompositeValueType src)
           
 void GMLUnmarshaller.unmarshalCompositeValue(CompositeValueType src, CompositeValue dest)
           
 

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

Subclasses of CompositeValueType in org.citygml4j.jaxb.gml._3_1_1
 class ValueArrayType
          A Value Array is used for homogeneous arrays of primitive and aggregate values.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CompositeValueType
 CompositeValueType ObjectFactory.createCompositeValueType()
          Create an instance of CompositeValueType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CompositeValueType
 javax.xml.bind.JAXBElement<CompositeValueType> ObjectFactory.createCompositeValue(CompositeValueType value)
          Create an instance of JAXBElement<CompositeValueType>}
 javax.xml.bind.JAXBElement<? extends CompositeValueType> ValuePropertyType.getCompositeValue()
          Ruft den Wert der compositeValue-Eigenschaft ab.
 javax.xml.bind.JAXBElement<? extends CompositeValueType> RangeParametersType.getCompositeValue()
          Ruft den Wert der compositeValue-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CompositeValueType
 javax.xml.bind.JAXBElement<CompositeValueType> ObjectFactory.createCompositeValue(CompositeValueType value)
          Create an instance of JAXBElement<CompositeValueType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type CompositeValueType
 void ValuePropertyType.setCompositeValue(javax.xml.bind.JAXBElement<? extends CompositeValueType> value)
          Legt den Wert der compositeValue-Eigenschaft fest.
 void RangeParametersType.setCompositeValue(javax.xml.bind.JAXBElement<? extends CompositeValueType> value)
          Legt den Wert der compositeValue-Eigenschaft fest.