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

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

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

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

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

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

Uses of DependentLocalityType.DependentLocalityName in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return DependentLocalityType.DependentLocalityName
 DependentLocalityType.DependentLocalityName ObjectFactory.createDependentLocalityTypeDependentLocalityName()
          Create an instance of DependentLocalityType.DependentLocalityName
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type DependentLocalityType.DependentLocalityName
 java.util.List<DependentLocalityType.DependentLocalityName> DependentLocalityType.getDependentLocalityName()
          Gets the value of the dependentLocalityName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type DependentLocalityType.DependentLocalityName
 void DependentLocalityType.setDependentLocalityName(java.util.List<DependentLocalityType.DependentLocalityName> dependentLocalityName)
          Sets the value of the dependentLocalityName property.