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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal that return PostalRouteType
 PostalRouteType XALMarshaller.marshalPostalRoute(PostalRoute src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type PostalRouteType
 PostalRoute XALUnmarshaller.unmarshalPostalRoute(PostalRouteType src)
           
 

Uses of PostalRouteType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return PostalRouteType
 PostalRouteType ObjectFactory.createPostalRouteType()
          Create an instance of PostalRouteType
 PostalRouteType PostOfficeElement.getPostalRoute()
          Gets the value of the postalRoute property.
 PostalRouteType LocalityElement.getPostalRoute()
          Gets the value of the postalRoute property.
 PostalRouteType DependentLocalityType.getPostalRoute()
          Gets the value of the postalRoute property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type PostalRouteType
 void PostOfficeElement.setPostalRoute(PostalRouteType value)
          Sets the value of the postalRoute property.
 void LocalityElement.setPostalRoute(PostalRouteType value)
          Sets the value of the postalRoute property.
 void DependentLocalityType.setPostalRoute(PostalRouteType value)
          Sets the value of the postalRoute property.