Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.TrueFalseType

Packages that use TrueFalseType
com.sun.xml.ws.config.metro.parser.jsr109   
 

Uses of TrueFalseType in com.sun.xml.ws.config.metro.parser.jsr109
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as TrueFalseType
protected  TrueFalseType AddressingType.enabled
           
protected  TrueFalseType RespectBindingType.enabled
           
protected  TrueFalseType PortComponentRefType.enableMtom
           
protected  TrueFalseType PortComponentType.enableMtom
           
protected  TrueFalseType AddressingType.required
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return TrueFalseType
 TrueFalseType ObjectFactory.createTrueFalseType()
          Create an instance of TrueFalseType
 TrueFalseType AddressingType.getEnabled()
          Gets the value of the enabled property.
 TrueFalseType RespectBindingType.getEnabled()
          Gets the value of the enabled property.
 TrueFalseType PortComponentRefType.getEnableMtom()
          Gets the value of the enableMtom property.
 TrueFalseType PortComponentType.getEnableMtom()
          Gets the value of the enableMtom property.
 TrueFalseType AddressingType.getRequired()
          Gets the value of the required property.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type TrueFalseType
 void AddressingType.setEnabled(TrueFalseType value)
          Sets the value of the enabled property.
 void RespectBindingType.setEnabled(TrueFalseType value)
          Sets the value of the enabled property.
 void PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void PortComponentType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void AddressingType.setRequired(TrueFalseType value)
          Sets the value of the required property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.