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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareNumberPrefix
 ThoroughfareNumberPrefixElement XALMarshaller.marshalThoroughfareNumberPrefix(ThoroughfareNumberPrefix src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareNumberPrefix
 ThoroughfareNumberPrefix XALUnmarshaller.unmarshalThoroughfareNumberPrefix(ThoroughfareNumberPrefixElement src)
           
 

Uses of ThoroughfareNumberPrefix in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareNumberPrefix
 ThoroughfareNumberPrefix XALFactory.createThoroughfareNumberPrefix()
           
 

Methods in org.citygml4j.factory with parameters of type ThoroughfareNumberPrefix
 ThoroughfareNumberFromContent XALFactory.createThoroughfareNumberFromContent(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 ThoroughfareNumberToContent XALFactory.createThoroughfareNumberToContent(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 

Uses of ThoroughfareNumberPrefix in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareNumberPrefix
 class ThoroughfareNumberPrefixImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfareNumberPrefix
 ThoroughfareNumberPrefix ThoroughfareNumberToContentImpl.getThoroughfareNumberPrefix()
           
 ThoroughfareNumberPrefix ThoroughfareNumberFromContentImpl.getThoroughfareNumberPrefix()
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type ThoroughfareNumberPrefix
 java.util.List<ThoroughfareNumberPrefix> ThoroughfareImpl.getThoroughfareNumberPrefix()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareNumberPrefix
 void ThoroughfareNumberToImpl.addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void ThoroughfareNumberFromImpl.addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void ThoroughfareImpl.addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void ThoroughfareNumberToContentImpl.setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void ThoroughfareNumberFromContentImpl.setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 boolean ThoroughfareNumberToImpl.unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 boolean ThoroughfareNumberFromImpl.unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 boolean ThoroughfareImpl.unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type ThoroughfareNumberPrefix
 void ThoroughfareImpl.setThoroughfareNumberPrefix(java.util.List<ThoroughfareNumberPrefix> thoroughfareNumberPrefix)
           
 

Constructors in org.citygml4j.impl.xal with parameters of type ThoroughfareNumberPrefix
ThoroughfareNumberFromContentImpl(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
ThoroughfareNumberToContentImpl(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 

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

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

Uses of ThoroughfareNumberPrefix in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareNumberPrefix
 ThoroughfareNumberPrefix ThoroughfareNumberToContent.getThoroughfareNumberPrefix()
           
 ThoroughfareNumberPrefix ThoroughfareNumberFromContent.getThoroughfareNumberPrefix()
           
 

Methods in org.citygml4j.model.xal that return types with arguments of type ThoroughfareNumberPrefix
 java.util.List<ThoroughfareNumberPrefix> Thoroughfare.getThoroughfareNumberPrefix()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumberPrefix
 void ThoroughfareNumberTo.addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void ThoroughfareNumberFrom.addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void Thoroughfare.addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void ThoroughfareNumberToContent.setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void ThoroughfareNumberFromContent.setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 boolean ThoroughfareNumberTo.unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 boolean ThoroughfareNumberFrom.unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 boolean Thoroughfare.unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type ThoroughfareNumberPrefix
 void Thoroughfare.setThoroughfareNumberPrefix(java.util.List<ThoroughfareNumberPrefix> thoroughfareNumberPrefix)
           
 

Uses of ThoroughfareNumberPrefix in org.citygml4j.util.walker
 

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