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

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