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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ConcatenatedOperationType
 ConcatenatedOperationType ObjectFactory.createConcatenatedOperationType()
          Create an instance of ConcatenatedOperationType
 ConcatenatedOperationType ConcatenatedOperationRefType.getConcatenatedOperation()
          Gets the value of the concatenatedOperation property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ConcatenatedOperationType
 javax.xml.bind.JAXBElement<ConcatenatedOperationType> ObjectFactory.createConcatenatedOperation(ConcatenatedOperationType value)
          Create an instance of JAXBElement<ConcatenatedOperationType>}
 void ConcatenatedOperationRefType.setConcatenatedOperation(ConcatenatedOperationType value)
          Sets the value of the concatenatedOperation property.