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