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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return ValuePropertyType
 ValuePropertyType GMLMarshaller.marshalValueProperty(ValueProperty src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type ValuePropertyType
 void GMLMarshaller.marshalValue(Value src, ValuePropertyType dest)
           
 void GMLMarshaller.marshalValueObject(ValueObject src, ValuePropertyType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type ValuePropertyType
 ValueProperty GMLUnmarshaller.unmarshalValueProperty(ValuePropertyType src)
           
 

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

Subclasses of ValuePropertyType in org.citygml4j.jaxb.gml._3_1_1
 class BooleanPropertyType
          Property whose content is a Boolean value.
 class CategoryPropertyType
          Property whose content is a Category.
 class CountPropertyType
          Property whose content is a Count.
 class QuantityPropertyType
          Property whose content is a Quantity.
 class ScalarValuePropertyType
          Property whose content is a scalar value.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type ValuePropertyType
 javax.xml.bind.JAXBElement<ValuePropertyType> ObjectFactory.createValueComponent(ValuePropertyType value)
          Create an instance of JAXBElement<ValuePropertyType>}
 javax.xml.bind.JAXBElement<ValuePropertyType> ObjectFactory.createValueProperty(ValuePropertyType value)
          Create an instance of JAXBElement<ValuePropertyType>}
 java.util.List<ValuePropertyType> CompositeValueType.getValueComponent()
          Gets the value of the valueComponent property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type ValuePropertyType
 void CompositeValueType.setValueComponent(java.util.List<ValuePropertyType> valueComponent)
          Sets the value of the valueComponent property.