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

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