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

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

Methods in org.citygml4j.factory that return Barcode
 Barcode XALFactory.createBarcode()
           
 

Uses of Barcode in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Barcode
 class BarcodeImpl
           
 

Methods in org.citygml4j.impl.xal that return Barcode
 Barcode PostalServiceElementsImpl.getBarcode()
           
 

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

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)