Package org.w3.soap
Class Faultcode.Builder<_B>
- java.lang.Object
-
- org.w3.soap.Faultcode.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Faultcode_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Faultcodebuild()Faultcode.Builder<_B>copyOf(Faultcode _other)Faultcode.Builder<_B>copyOf(Faultcode.Builder _other)_Bend()protected <_P extends Faultcode>
_Pinit(_P _product)Subcode.Builder<? extends Faultcode.Builder<_B>>withSubcode()Returns the existing builder or a new builder to build the value of the "subcode" property.Faultcode.Builder<_B>withSubcode(Subcode subcode)Sets the new value of "subcode" (any previous value will be replaced)Faultcode.Builder<_B>withValue(QName value)Sets the new value of "value" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Faultcode> _P init(_P _product)
-
withValue
public Faultcode.Builder<_B> withValue(QName value)
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withSubcode
public Faultcode.Builder<_B> withSubcode(Subcode subcode)
Sets the new value of "subcode" (any previous value will be replaced)- Parameters:
subcode- New value of the "subcode" property.
-
withSubcode
public Subcode.Builder<? extends Faultcode.Builder<_B>> withSubcode()
Returns the existing builder or a new builder to build the value of the "subcode" property. UseSubcode.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "subcode" property.
Use
Subcode.Builder.end()to return to the current builder.
-
build
public Faultcode build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Faultcode.Builder<_B> copyOf(Faultcode _other)
-
copyOf
public Faultcode.Builder<_B> copyOf(Faultcode.Builder _other)
-
-