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

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

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

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

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

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

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

Uses of SubPremiseName in org.citygml4j.model.xal
 

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

Methods in org.citygml4j.model.xal with parameters of type SubPremiseName
 void SubPremise.addSubPremiseName(SubPremiseName subPremiseName)
           
 boolean SubPremise.unsetSubPremiseName(SubPremiseName subPremiseName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type SubPremiseName
 void SubPremise.setSubPremiseName(java.util.List<SubPremiseName> subPremiseName)
           
 

Uses of SubPremiseName in org.citygml4j.util.walker
 

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