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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return ValueArrayPropertyType
 ValueArrayPropertyType GMLMarshaller.marshalValueArrayProperty(ValueArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type ValueArrayPropertyType
 ValueArrayProperty GMLUnmarshaller.unmarshalValueArrayProperty(ValueArrayPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ValueArrayPropertyType
 ValueArrayPropertyType ObjectFactory.createValueArrayPropertyType()
          Create an instance of ValueArrayPropertyType
 ValueArrayPropertyType CompositeValueType.getValueComponents()
          Gets the value of the valueComponents property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ValueArrayPropertyType
 javax.xml.bind.JAXBElement<ValueArrayPropertyType> ObjectFactory.createValueComponents(ValueArrayPropertyType value)
          Create an instance of JAXBElement<ValueArrayPropertyType>}
 void CompositeValueType.setValueComponents(ValueArrayPropertyType value)
          Sets the value of the valueComponents property.