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

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

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

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

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

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

Uses of PostalRouteType.PostalRouteName in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return PostalRouteType.PostalRouteName
 PostalRouteType.PostalRouteName ObjectFactory.createPostalRouteTypePostalRouteName()
          Create an instance of PostalRouteType.PostalRouteName
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type PostalRouteType.PostalRouteName
 java.util.List<PostalRouteType.PostalRouteName> PostalRouteType.getPostalRouteName()
          Gets the value of the postalRouteName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type PostalRouteType.PostalRouteName
 void PostalRouteType.setPostalRouteName(java.util.List<PostalRouteType.PostalRouteName> postalRouteName)
          Sets the value of the postalRouteName property.