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

Packages that use ArrayAssociationType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ArrayAssociationType
 ArrayAssociationType ObjectFactory.createArrayAssociationType()
          Create an instance of ArrayAssociationType
 ArrayAssociationType BagType.getMembers()
          Gets the value of the members property.
 ArrayAssociationType ArrayType.getMembers()
          Gets the value of the members property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ArrayAssociationType
 javax.xml.bind.JAXBElement<ArrayAssociationType> ObjectFactory.createMembers(ArrayAssociationType value)
          Create an instance of JAXBElement<ArrayAssociationType>}
 void BagType.setMembers(ArrayAssociationType value)
          Sets the value of the members property.
 void ArrayType.setMembers(ArrayAssociationType value)
          Sets the value of the members property.