Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.TrueFalseType
-
Packages that use TrueFalseType Package Description 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 Modifier and Type Field Description protected TrueFalseTypeAddressingType. enabledprotected TrueFalseTypeRespectBindingType. enabledprotected TrueFalseTypePortComponentRefType. enableMtomprotected TrueFalseTypePortComponentType. enableMtomprotected TrueFalseTypeAddressingType. requiredMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return TrueFalseType Modifier and Type Method Description TrueFalseTypeObjectFactory. createTrueFalseType()Create an instance ofTrueFalseTypeTrueFalseTypeAddressingType. getEnabled()Gets the value of the enabled property.TrueFalseTypeRespectBindingType. getEnabled()Gets the value of the enabled property.TrueFalseTypePortComponentRefType. getEnableMtom()Gets the value of the enableMtom property.TrueFalseTypePortComponentType. getEnableMtom()Gets the value of the enableMtom property.TrueFalseTypeAddressingType. getRequired()Gets the value of the required property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type TrueFalseType Modifier and Type Method Description voidAddressingType. 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.
-