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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type PremiseName
 PremiseElement.PremiseName XALMarshaller.marshalPremiseName(PremiseName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return PremiseName
 PremiseName XALUnmarshaller.unmarshalPremiseName(PremiseElement.PremiseName src)
           
 

Uses of PremiseName in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return PremiseName
 PremiseName XALFactory.createPremiseName()
           
 

Uses of PremiseName in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement PremiseName
 class PremiseNameImpl
           
 

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

Methods in org.citygml4j.impl.xal with parameters of type PremiseName
 void PremiseImpl.addPremiseName(PremiseName premiseName)
           
 boolean PremiseImpl.unsetPremiseName(PremiseName premiseName)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type PremiseName
 void PremiseImpl.setPremiseName(java.util.List<PremiseName> premiseName)
           
 

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

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

Uses of PremiseName in org.citygml4j.model.xal
 

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

Methods in org.citygml4j.model.xal with parameters of type PremiseName
 void Premise.addPremiseName(PremiseName premiseName)
           
 boolean Premise.unsetPremiseName(PremiseName premiseName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type PremiseName
 void Premise.setPremiseName(java.util.List<PremiseName> premiseName)
           
 

Uses of PremiseName in org.citygml4j.util.walker
 

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