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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationParameterGroupType
 OperationParameterGroupType ObjectFactory.createOperationParameterGroupType()
          Create an instance of OperationParameterGroupType
 OperationParameterGroupType OperationParameterGroupRefType.getOperationParameterGroup()
          Gets the value of the operationParameterGroup property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationParameterGroupType
 javax.xml.bind.JAXBElement<OperationParameterGroupType> ObjectFactory.createOperationParameterGroup(OperationParameterGroupType value)
          Create an instance of JAXBElement<OperationParameterGroupType>}
 void OperationParameterGroupRefType.setOperationParameterGroup(OperationParameterGroupType value)
          Sets the value of the operationParameterGroup property.