Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.TrueFalseType
Packages that use TrueFalseType
-
Uses of TrueFalseType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as TrueFalseTypeModifier and TypeFieldDescriptionprotected TrueFalseTypeAddressingType.enabledprotected TrueFalseTypeRespectBindingType.enabledprotected TrueFalseTypePortComponentRefType.enableMtomprotected TrueFalseTypePortComponentType.enableMtomprotected TrueFalseTypeAddressingType.requiredMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return TrueFalseTypeModifier and TypeMethodDescriptionObjectFactory.createTrueFalseType()Create an instance ofTrueFalseTypeAddressingType.getEnabled()Gets the value of the enabled property.RespectBindingType.getEnabled()Gets the value of the enabled property.PortComponentRefType.getEnableMtom()Gets the value of the enableMtom property.PortComponentType.getEnableMtom()Gets the value of the enableMtom property.AddressingType.getRequired()Gets the value of the required property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type TrueFalseTypeModifier and TypeMethodDescriptionvoidAddressingType.setEnabled(TrueFalseType value) Sets the value of the enabled property.voidRespectBindingType.setEnabled(TrueFalseType value) Sets the value of the enabled property.voidPortComponentRefType.setEnableMtom(TrueFalseType value) Sets the value of the enableMtom property.voidPortComponentType.setEnableMtom(TrueFalseType value) Sets the value of the enableMtom property.voidAddressingType.setRequired(TrueFalseType value) Sets the value of the required property.