Uses of Class
org.citygml4j.jaxb.gml._3_1_1.MultiSolidType

Packages that use MultiSolidType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of MultiSolidType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiSolidType
 MultiSolidType GMLMarshaller.marshalMultiSolid(MultiSolid src)
           
 

Uses of MultiSolidType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiSolidType
 MultiSolid GMLUnmarshaller.unmarshalMultiSolid(MultiSolidType src)
           
 

Uses of MultiSolidType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiSolidType
 MultiSolidType ObjectFactory.createMultiSolidType()
          Create an instance of MultiSolidType
 MultiSolidType MultiSolidPropertyType.getMultiSolid()
          Gets the value of the multiSolid property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type MultiSolidType
 javax.xml.bind.JAXBElement<MultiSolidType> ObjectFactory.createMultiSolid(MultiSolidType value)
          Create an instance of JAXBElement<MultiSolidType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiSolidType
 javax.xml.bind.JAXBElement<MultiSolidType> ObjectFactory.createMultiSolid(MultiSolidType value)
          Create an instance of JAXBElement<MultiSolidType>}
 void MultiSolidPropertyType.setMultiSolid(MultiSolidType value)
          Sets the value of the multiSolid property.