Package org.w3.soap
Class Fault.Builder<_B>
- java.lang.Object
-
- org.w3.soap.Fault.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Fault_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Faultbuild()Fault.Builder<_B>copyOf(Fault _other)Fault.Builder<_B>copyOf(Fault.Builder _other)_Bend()protected <_P extends Fault>
_Pinit(_P _product)Faultcode.Builder<? extends Fault.Builder<_B>>withCode()Returns the existing builder or a new builder to build the value of the "code" property.Fault.Builder<_B>withCode(Faultcode code)Sets the new value of "code" (any previous value will be replaced)Detail.Builder<? extends Fault.Builder<_B>>withDetail()Returns the existing builder or a new builder to build the value of the "detail" property.Fault.Builder<_B>withDetail(Detail detail)Sets the new value of "detail" (any previous value will be replaced)Fault.Builder<_B>withNode(String node)Sets the new value of "node" (any previous value will be replaced)Faultreason.Builder<? extends Fault.Builder<_B>>withReason()Returns the existing builder or a new builder to build the value of the "reason" property.Fault.Builder<_B>withReason(Faultreason reason)Sets the new value of "reason" (any previous value will be replaced)Fault.Builder<_B>withRole(String role)Sets the new value of "role" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Fault> _P init(_P _product)
-
withCode
public Fault.Builder<_B> withCode(Faultcode code)
Sets the new value of "code" (any previous value will be replaced)- Parameters:
code- New value of the "code" property.
-
withCode
public Faultcode.Builder<? extends Fault.Builder<_B>> withCode()
Returns the existing builder or a new builder to build the value of the "code" property. UseFaultcode.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "code" property.
Use
Faultcode.Builder.end()to return to the current builder.
-
withReason
public Fault.Builder<_B> withReason(Faultreason reason)
Sets the new value of "reason" (any previous value will be replaced)- Parameters:
reason- New value of the "reason" property.
-
withReason
public Faultreason.Builder<? extends Fault.Builder<_B>> withReason()
Returns the existing builder or a new builder to build the value of the "reason" property. UseFaultreason.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "reason" property.
Use
Faultreason.Builder.end()to return to the current builder.
-
withNode
public Fault.Builder<_B> withNode(String node)
Sets the new value of "node" (any previous value will be replaced)- Parameters:
node- New value of the "node" property.
-
withRole
public Fault.Builder<_B> withRole(String role)
Sets the new value of "role" (any previous value will be replaced)- Parameters:
role- New value of the "role" property.
-
withDetail
public Fault.Builder<_B> withDetail(Detail detail)
Sets the new value of "detail" (any previous value will be replaced)- Parameters:
detail- New value of the "detail" property.
-
withDetail
public Detail.Builder<? extends Fault.Builder<_B>> withDetail()
Returns the existing builder or a new builder to build the value of the "detail" property. UseDetail.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "detail" property.
Use
Detail.Builder.end()to return to the current builder.
-
build
public Fault build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Fault.Builder<_B> copyOf(Fault _other)
-
copyOf
public Fault.Builder<_B> copyOf(Fault.Builder _other)
-
-