Uses of Class
org.citygml4j.jaxb.xal.SubPremiseType.SubPremiseName

Packages that use SubPremiseType.SubPremiseName
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of SubPremiseType.SubPremiseName in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return SubPremiseType.SubPremiseName
 SubPremiseType.SubPremiseName XALMarshaller.marshalSubPremiseName(SubPremiseName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type SubPremiseType.SubPremiseName
 SubPremiseName XALUnmarshaller.unmarshalSubPremiseName(SubPremiseType.SubPremiseName src)
           
 

Uses of SubPremiseType.SubPremiseName in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return SubPremiseType.SubPremiseName
 SubPremiseType.SubPremiseName ObjectFactory.createSubPremiseTypeSubPremiseName()
          Create an instance of SubPremiseType.SubPremiseName
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type SubPremiseType.SubPremiseName
 java.util.List<SubPremiseType.SubPremiseName> SubPremiseType.getSubPremiseName()
          Gets the value of the subPremiseName property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type SubPremiseType.SubPremiseName
 void SubPremiseType.setSubPremiseName(java.util.List<SubPremiseType.SubPremiseName> subPremiseName)
          Sets the value of the subPremiseName property.