Class NonRepudiationInformation.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.NonRepudiationInformation.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- NonRepudiationInformation
public static class NonRepudiationInformation.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected NonRepudiationInformation_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, NonRepudiationInformation _other, boolean _copy)Builder(_B _parentBuilder, NonRepudiationInformation _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagePartNRInformation.Builder<? extends NonRepudiationInformation.Builder<_B>>addMessagePartNRInformation()Returns a new builder to build an additional value of the "MessagePartNRInformation" property.NonRepudiationInformation.Builder<_B>addMessagePartNRInformation(Iterable<? extends MessagePartNRInformation> messagePartNRInformation)Adds the given items to the value of "messagePartNRInformation"NonRepudiationInformation.Builder<_B>addMessagePartNRInformation(MessagePartNRInformation... messagePartNRInformation)Adds the given items to the value of "messagePartNRInformation"NonRepudiationInformationbuild()NonRepudiationInformation.Builder<_B>copyOf(NonRepudiationInformation _other)NonRepudiationInformation.Builder<_B>copyOf(NonRepudiationInformation.Builder _other)_Bend()protected <_P extends NonRepudiationInformation>
_Pinit(_P _product)NonRepudiationInformation.Builder<_B>withMessagePartNRInformation(Iterable<? extends MessagePartNRInformation> messagePartNRInformation)Sets the new value of "messagePartNRInformation" (any previous value will be replaced)NonRepudiationInformation.Builder<_B>withMessagePartNRInformation(MessagePartNRInformation... messagePartNRInformation)Sets the new value of "messagePartNRInformation" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final NonRepudiationInformation _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, NonRepudiationInformation _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, NonRepudiationInformation _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends NonRepudiationInformation> _P init(_P _product)
-
addMessagePartNRInformation
public NonRepudiationInformation.Builder<_B> addMessagePartNRInformation(Iterable<? extends MessagePartNRInformation> messagePartNRInformation)
Adds the given items to the value of "messagePartNRInformation"- Parameters:
messagePartNRInformation- Items to add to the value of the "messagePartNRInformation" property
-
withMessagePartNRInformation
public NonRepudiationInformation.Builder<_B> withMessagePartNRInformation(Iterable<? extends MessagePartNRInformation> messagePartNRInformation)
Sets the new value of "messagePartNRInformation" (any previous value will be replaced)- Parameters:
messagePartNRInformation- New value of the "messagePartNRInformation" property.
-
addMessagePartNRInformation
public NonRepudiationInformation.Builder<_B> addMessagePartNRInformation(MessagePartNRInformation... messagePartNRInformation)
Adds the given items to the value of "messagePartNRInformation"- Parameters:
messagePartNRInformation- Items to add to the value of the "messagePartNRInformation" property
-
withMessagePartNRInformation
public NonRepudiationInformation.Builder<_B> withMessagePartNRInformation(MessagePartNRInformation... messagePartNRInformation)
Sets the new value of "messagePartNRInformation" (any previous value will be replaced)- Parameters:
messagePartNRInformation- New value of the "messagePartNRInformation" property.
-
addMessagePartNRInformation
public MessagePartNRInformation.Builder<? extends NonRepudiationInformation.Builder<_B>> addMessagePartNRInformation()
Returns a new builder to build an additional value of the "MessagePartNRInformation" property. UseMessagePartNRInformation.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "MessagePartNRInformation"
property.
Use
MessagePartNRInformation.Builder.end()to return to the current builder.
-
build
public NonRepudiationInformation build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public NonRepudiationInformation.Builder<_B> copyOf(NonRepudiationInformation _other)
-
copyOf
public NonRepudiationInformation.Builder<_B> copyOf(NonRepudiationInformation.Builder _other)
-
-