Uses of Class
org.apache.openejb.jee.was.v6.xmi.Difference

Packages that use Difference
org.apache.openejb.jee.was.v6.xmi Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Difference in org.apache.openejb.jee.was.v6.xmi
 

Subclasses of Difference in org.apache.openejb.jee.was.v6.xmi
 class Add
           Java class for Add complex type.
 class Delete
           Java class for Delete complex type.
 class Replace
           Java class for Replace complex type.
 

Fields in org.apache.openejb.jee.was.v6.xmi with type parameters of type Difference
protected  List<Difference> Difference.differenceContainers
           
protected  List<Difference> Difference.differences
           
 

Methods in org.apache.openejb.jee.was.v6.xmi that return Difference
 Difference ObjectFactory.createDifference()
          Create an instance of Difference
 

Methods in org.apache.openejb.jee.was.v6.xmi that return types with arguments of type Difference
 javax.xml.bind.JAXBElement<Difference> ObjectFactory.createDifference(Difference value)
          Create an instance of JAXBElement<Difference >
 List<Difference> Difference.getDifferenceContainers()
          Gets the value of the differenceContainers property.
 List<Difference> Difference.getDifferences()
          Gets the value of the differences property.
 

Methods in org.apache.openejb.jee.was.v6.xmi with parameters of type Difference
 javax.xml.bind.JAXBElement<Difference> ObjectFactory.createDifference(Difference value)
          Create an instance of JAXBElement<Difference >
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.