Uses of Class
org.citygml4j.model.xal.PostalRouteName

Packages that use PostalRouteName
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.model.common.visitor   
org.citygml4j.model.xal   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type PostalRouteName
 PostalRouteType.PostalRouteName XALMarshaller.marshalPostalRouteName(PostalRouteName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return PostalRouteName
 PostalRouteName XALUnmarshaller.unmarshalPostalRouteName(PostalRouteType.PostalRouteName src)
           
 

Uses of PostalRouteName in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type PostalRouteName
 T XALFunctor.apply(PostalRouteName postalRouteName)
           
 void XALVisitor.visit(PostalRouteName postalRouteName)
           
 

Uses of PostalRouteName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type PostalRouteName
 java.util.List<PostalRouteName> PostalRoute.getPostalRouteName()
           
 

Methods in org.citygml4j.model.xal with parameters of type PostalRouteName
 void PostalRoute.addPostalRouteName(PostalRouteName postalRouteName)
           
 boolean PostalRoute.unsetPostalRouteName(PostalRouteName postalRouteName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type PostalRouteName
 void PostalRoute.setPostalRouteName(java.util.List<PostalRouteName> postalRouteName)
           
 

Uses of PostalRouteName in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type PostalRouteName
 void XALWalker.visit(PostalRouteName postalRouteName)