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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationParameterRefType
 OperationParameterRefType ObjectFactory.createOperationParameterRefType()
          Create an instance of OperationParameterRefType
 OperationParameterRefType ParameterValueType.getValueOfParameter()
          Gets the value of the valueOfParameter property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationParameterRefType
 javax.xml.bind.JAXBElement<OperationParameterRefType> ObjectFactory.createOperationParameterGroupRef(OperationParameterRefType value)
          Create an instance of JAXBElement<OperationParameterRefType>}
 javax.xml.bind.JAXBElement<OperationParameterRefType> ObjectFactory.createOperationParameterRef(OperationParameterRefType value)
          Create an instance of JAXBElement<OperationParameterRefType>}
 javax.xml.bind.JAXBElement<OperationParameterRefType> ObjectFactory.createValueOfParameter(OperationParameterRefType value)
          Create an instance of JAXBElement<OperationParameterRefType>}
 void ParameterValueType.setValueOfParameter(OperationParameterRefType value)
          Sets the value of the valueOfParameter property.