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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DerivationUnitTermType
 javax.xml.bind.JAXBElement<DerivationUnitTermType> ObjectFactory.createDerivationUnitTerm(DerivationUnitTermType value)
          Create an instance of JAXBElement<DerivationUnitTermType>}
 java.util.List<DerivationUnitTermType> DerivedUnitType.getDerivationUnitTerm()
          Gets the value of the derivationUnitTerm property.
 java.util.List<DerivationUnitTermType> ConventionalUnitType.getDerivationUnitTerm()
          Gets the value of the derivationUnitTerm property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type DerivationUnitTermType
 void DerivedUnitType.setDerivationUnitTerm(java.util.List<DerivationUnitTermType> derivationUnitTerm)
          Sets the value of the derivationUnitTerm property.
 void ConventionalUnitType.setDerivationUnitTerm(java.util.List<DerivationUnitTermType> derivationUnitTerm)
          Sets the value of the derivationUnitTerm property.