Uses of Class
org.citygml4j.jaxb.xal.DependentLocalityType

Packages that use DependentLocalityType
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of DependentLocalityType in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return DependentLocalityType
 DependentLocalityType XALMarshaller.marshalDependentLocality(DependentLocality src)
           
 

Uses of DependentLocalityType in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type DependentLocalityType
 DependentLocality XALUnmarshaller.unmarshalDependentLocality(DependentLocalityType src)
           
 

Uses of DependentLocalityType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return DependentLocalityType
 DependentLocalityType ObjectFactory.createDependentLocalityType()
          Create an instance of DependentLocalityType
 DependentLocalityType ThoroughfareElement.getDependentLocality()
          Ruft den Wert der dependentLocality-Eigenschaft ab.
 DependentLocalityType LocalityElement.getDependentLocality()
          Ruft den Wert der dependentLocality-Eigenschaft ab.
 DependentLocalityType DependentLocalityType.getDependentLocality()
          Ruft den Wert der dependentLocality-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.xal with parameters of type DependentLocalityType
 void ThoroughfareElement.setDependentLocality(DependentLocalityType value)
          Legt den Wert der dependentLocality-Eigenschaft fest.
 void LocalityElement.setDependentLocality(DependentLocalityType value)
          Legt den Wert der dependentLocality-Eigenschaft fest.
 void DependentLocalityType.setDependentLocality(DependentLocalityType value)
          Legt den Wert der dependentLocality-Eigenschaft fest.