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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return ThoroughfareNameType
 ThoroughfareNameType XALMarshaller.marshalThoroughfareName(ThoroughfareName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type ThoroughfareNameType
 ThoroughfareName XALUnmarshaller.unmarshalThoroughfareName(ThoroughfareNameType src)
           
 

Uses of ThoroughfareNameType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return ThoroughfareNameType
 ThoroughfareNameType ObjectFactory.createThoroughfareNameType()
          Create an instance of ThoroughfareNameType
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type ThoroughfareNameType
 java.util.List<ThoroughfareNameType> ThoroughfareElement.getThoroughfareName()
          Gets the value of the thoroughfareName property.
 java.util.List<ThoroughfareNameType> ThoroughfareElement.DependentThoroughfare.getThoroughfareName()
          Gets the value of the thoroughfareName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type ThoroughfareNameType
 void ThoroughfareElement.setThoroughfareName(java.util.List<ThoroughfareNameType> thoroughfareName)
          Sets the value of the thoroughfareName property.
 void ThoroughfareElement.DependentThoroughfare.setThoroughfareName(java.util.List<ThoroughfareNameType> thoroughfareName)
          Sets the value of the thoroughfareName property.