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

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

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

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

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

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

Uses of SubPremiseType in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return SubPremiseType
 SubPremiseType ObjectFactory.createSubPremiseType()
          Create an instance of SubPremiseType
 SubPremiseType SubPremiseType.getSubPremise()
          Ruft den Wert der subPremise-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.xal with parameters of type SubPremiseType
 void SubPremiseType.setSubPremise(SubPremiseType value)
          Legt den Wert der subPremise-Eigenschaft fest.
 

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