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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SolidArrayPropertyType
 SolidArrayPropertyType GMLMarshaller.marshalSolidArrayProperty(SolidArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SolidArrayPropertyType
 SolidArrayProperty GMLUnmarshaller.unmarshalSolidArrayProperty(SolidArrayPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SolidArrayPropertyType
 SolidArrayPropertyType ObjectFactory.createSolidArrayPropertyType()
          Create an instance of SolidArrayPropertyType
 SolidArrayPropertyType MultiSolidType.getSolidMembers()
          Gets the value of the solidMembers property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SolidArrayPropertyType
 javax.xml.bind.JAXBElement<SolidArrayPropertyType> ObjectFactory.createSolidArrayProperty(SolidArrayPropertyType value)
          Create an instance of JAXBElement<SolidArrayPropertyType>}
 javax.xml.bind.JAXBElement<SolidArrayPropertyType> ObjectFactory.createSolidMembers(SolidArrayPropertyType value)
          Create an instance of JAXBElement<SolidArrayPropertyType>}
 void MultiSolidType.setSolidMembers(SolidArrayPropertyType value)
          Sets the value of the solidMembers property.