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

Packages that use ThoroughfareNumberPrefix
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 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.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)
           
 

Constructors in org.citygml4j.model.xal with parameters of type ThoroughfareNumberPrefix
ThoroughfareNumberFromContent(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
ThoroughfareNumberToContent(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)