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 RespectBindingType.enabled
           
protected  TrueFalseType AddressingType.enabled
           
protected  TrueFalseType PortComponentType.enableMtom
           
protected  TrueFalseType PortComponentRefType.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 RespectBindingType.getEnabled()
          Gets the value of the enabled property.
 TrueFalseType AddressingType.getEnabled()
          Gets the value of the enabled property.
 TrueFalseType PortComponentType.getEnableMtom()
          Gets the value of the enableMtom property.
 TrueFalseType PortComponentRefType.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 RespectBindingType.setEnabled(TrueFalseType value)
          Sets the value of the enabled property.
 void AddressingType.setEnabled(TrueFalseType value)
          Sets the value of the enabled property.
 void PortComponentType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void PortComponentRefType.setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void AddressingType.setRequired(TrueFalseType value)
          Sets the value of the required property.
 



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