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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type SubPremiseNumberSuffix
 SubPremiseType.SubPremiseNumberSuffix XALMarshaller.marshalSubPremiseNumberSuffix(SubPremiseNumberSuffix src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return SubPremiseNumberSuffix
 SubPremiseNumberSuffix XALUnmarshaller.unmarshalSubPremiseNumberSuffix(SubPremiseType.SubPremiseNumberSuffix src)
           
 

Uses of SubPremiseNumberSuffix in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SubPremiseNumberSuffix
 SubPremiseNumberSuffix XALFactory.createSubPremiseNumberSuffix()
           
 

Uses of SubPremiseNumberSuffix in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement SubPremiseNumberSuffix
 class SubPremiseNumberSuffixImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type SubPremiseNumberSuffix
 java.util.List<SubPremiseNumberSuffix> SubPremiseImpl.getSubPremiseNumberSuffix()
           
 

Methods in org.citygml4j.impl.xal with parameters of type SubPremiseNumberSuffix
 void SubPremiseImpl.addSubPremiseNumberSuffix(SubPremiseNumberSuffix subPremiseNumberSuffix)
           
 boolean SubPremiseImpl.unsetSubPremiseNumberSuffix(SubPremiseNumberSuffix subPremiseNumberSuffix)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type SubPremiseNumberSuffix
 void SubPremiseImpl.setSubPremiseNumberSuffix(java.util.List<SubPremiseNumberSuffix> subPremiseNumberSuffix)
           
 

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

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

Uses of SubPremiseNumberSuffix in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type SubPremiseNumberSuffix
 java.util.List<SubPremiseNumberSuffix> SubPremise.getSubPremiseNumberSuffix()
           
 

Methods in org.citygml4j.model.xal with parameters of type SubPremiseNumberSuffix
 void SubPremise.addSubPremiseNumberSuffix(SubPremiseNumberSuffix subPremiseNumberSuffix)
           
 boolean SubPremise.unsetSubPremiseNumberSuffix(SubPremiseNumberSuffix subPremiseNumberSuffix)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type SubPremiseNumberSuffix
 void SubPremise.setSubPremiseNumberSuffix(java.util.List<SubPremiseNumberSuffix> subPremiseNumberSuffix)
           
 

Uses of SubPremiseNumberSuffix in org.citygml4j.util.walker
 

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