Class Fault.Builder<_B>
- java.lang.Object
-
- org.xmlsoap.schemas.soap.envelope.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)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>withFaultactor(String faultactor)Sets the new value of "faultactor" (any previous value will be replaced)Fault.Builder<_B>withFaultcode(QName faultcode)Sets the new value of "faultcode" (any previous value will be replaced)Fault.Builder<_B>withFaultstring(String faultstring)Sets the new value of "faultstring" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Fault> _P init(_P _product)
-
withFaultcode
public Fault.Builder<_B> withFaultcode(QName faultcode)
Sets the new value of "faultcode" (any previous value will be replaced)- Parameters:
faultcode- New value of the "faultcode" property.
-
withFaultstring
public Fault.Builder<_B> withFaultstring(String faultstring)
Sets the new value of "faultstring" (any previous value will be replaced)- Parameters:
faultstring- New value of the "faultstring" property.
-
withFaultactor
public Fault.Builder<_B> withFaultactor(String faultactor)
Sets the new value of "faultactor" (any previous value will be replaced)- Parameters:
faultactor- New value of the "faultactor" 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)
-
-