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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return ThoroughfareElement
 ThoroughfareElement XALMarshaller.marshalThoroughfare(Thoroughfare src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type ThoroughfareElement
 Thoroughfare XALUnmarshaller.unmarshalThoroughfare(ThoroughfareElement src)
           
 

Uses of ThoroughfareElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return ThoroughfareElement
 ThoroughfareElement ObjectFactory.createThoroughfareElement()
          Create an instance of ThoroughfareElement
 ThoroughfareElement LocalityElement.getThoroughfare()
          Gets the value of the thoroughfare property.
 ThoroughfareElement LargeMailUserType.getThoroughfare()
          Gets the value of the thoroughfare property.
 ThoroughfareElement DependentLocalityType.getThoroughfare()
          Gets the value of the thoroughfare property.
 ThoroughfareElement AddressDetails.getThoroughfare()
          Gets the value of the thoroughfare property.
 ThoroughfareElement AddressDetails.Country.getThoroughfare()
          Gets the value of the thoroughfare property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type ThoroughfareElement
 void LocalityElement.setThoroughfare(ThoroughfareElement value)
          Sets the value of the thoroughfare property.
 void LargeMailUserType.setThoroughfare(ThoroughfareElement value)
          Sets the value of the thoroughfare property.
 void DependentLocalityType.setThoroughfare(ThoroughfareElement value)
          Sets the value of the thoroughfare property.
 void AddressDetails.setThoroughfare(ThoroughfareElement value)
          Sets the value of the thoroughfare property.
 void AddressDetails.Country.setThoroughfare(ThoroughfareElement value)
          Sets the value of the thoroughfare property.