Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.TrueFalseType

Packages that use TrueFalseType
org.apache.cxf.jaxws.javaee   
 

Uses of TrueFalseType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as TrueFalseType
protected  TrueFalseType PortComponentType.enableMtom
           
protected  TrueFalseType PortComponentRefType.enableMtom
           
 

Methods in org.apache.cxf.jaxws.javaee that return TrueFalseType
 TrueFalseType ObjectFactory.createTrueFalseType()
          Create an instance of TrueFalseType
 TrueFalseType PortComponentType.getEnableMtom()
          Gets the value of the enableMtom property.
 TrueFalseType PortComponentRefType.getEnableMtom()
          Gets the value of the enableMtom property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type TrueFalseType
 void PortComponentType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 


Apache CXF API

Apache CXF