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

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

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

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

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

Uses of SubPremise in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SubPremise
 SubPremise XALFactory.createSubPremise()
           
 

Uses of SubPremise in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement SubPremise
 class SubPremiseImpl
           
 

Methods in org.citygml4j.impl.xal that return SubPremise
 SubPremise SubPremiseImpl.getSubPremise()
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type SubPremise
 java.util.List<SubPremise> PremiseImpl.getSubPremise()
           
 

Methods in org.citygml4j.impl.xal with parameters of type SubPremise
 void PremiseImpl.addSubPremise(SubPremise subPremise)
           
 void SubPremiseImpl.setSubPremise(SubPremise subPremise)
           
 boolean PremiseImpl.unsetSubPremise(SubPremise subPremise)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type SubPremise
 void PremiseImpl.setSubPremise(java.util.List<SubPremise> subPremise)
           
 

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

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

Uses of SubPremise in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return SubPremise
 SubPremise SubPremise.getSubPremise()
           
 

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

Methods in org.citygml4j.model.xal with parameters of type SubPremise
 void Premise.addSubPremise(SubPremise subPremise)
           
 void SubPremise.setSubPremise(SubPremise subPremise)
           
 boolean Premise.unsetSubPremise(SubPremise subPremise)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type SubPremise
 void Premise.setSubPremise(java.util.List<SubPremise> subPremise)
           
 

Uses of SubPremise in org.citygml4j.util.walker
 

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