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

Packages that use Barcode
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 Barcode in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type Barcode
 AddressDetails.PostalServiceElements.Barcode XALMarshaller.marshalBarcode(Barcode src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return Barcode
 Barcode XALUnmarshaller.unmarshalBarcode(AddressDetails.PostalServiceElements.Barcode src)
           
 

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

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

Uses of Barcode in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Barcode
 Barcode PostalServiceElements.getBarcode()
           
 

Methods in org.citygml4j.model.xal with parameters of type Barcode
 void PostalServiceElements.setBarcode(Barcode barcode)
           
 

Uses of Barcode in org.citygml4j.util.walker
 

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