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

Packages that use TargetPropertyType
org.citygml4j.jaxb.gml._3_1_1   
 

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TargetPropertyType
 javax.xml.bind.JAXBElement<TargetPropertyType> ObjectFactory.createSubject(TargetPropertyType value)
          Create an instance of JAXBElement<TargetPropertyType>}
 javax.xml.bind.JAXBElement<TargetPropertyType> ObjectFactory.createTarget(TargetPropertyType value)
          Create an instance of JAXBElement<TargetPropertyType>}
 javax.xml.bind.JAXBElement<TargetPropertyType> ObservationType.getTarget()
          Ruft den Wert der target-Eigenschaft ab.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type TargetPropertyType
 void ObservationType.setTarget(javax.xml.bind.JAXBElement<TargetPropertyType> value)
          Legt den Wert der target-Eigenschaft fest.