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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationMethodRefType
 OperationMethodRefType ObjectFactory.createOperationMethodRefType()
          Create an instance of OperationMethodRefType
 OperationMethodRefType TransformationType.getUsesMethod()
          Gets the value of the usesMethod property.
 OperationMethodRefType ConversionType.getUsesMethod()
          Gets the value of the usesMethod property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationMethodRefType
 javax.xml.bind.JAXBElement<OperationMethodRefType> ObjectFactory.createOperationMethodRef(OperationMethodRefType value)
          Create an instance of JAXBElement<OperationMethodRefType>}
 javax.xml.bind.JAXBElement<OperationMethodRefType> ObjectFactory.createUsesMethod(OperationMethodRefType value)
          Create an instance of JAXBElement<OperationMethodRefType>}
 void TransformationType.setUsesMethod(OperationMethodRefType value)
          Sets the value of the usesMethod property.
 void ConversionType.setUsesMethod(OperationMethodRefType value)
          Sets the value of the usesMethod property.