Class MessagePartNRInformation.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.MessagePartNRInformation.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- MessagePartNRInformation
public static class MessagePartNRInformation.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected MessagePartNRInformation_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, MessagePartNRInformation _other, boolean _copy)Builder(_B _parentBuilder, MessagePartNRInformation _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 MessagePartNRInformationbuild()MessagePartNRInformation.Builder<_B>copyOf(MessagePartNRInformation _other)MessagePartNRInformation.Builder<_B>copyOf(MessagePartNRInformation.Builder _other)_Bend()protected <_P extends MessagePartNRInformation>
_Pinit(_P _product)MessagePartNRInformation.Builder<_B>withMessagePartIdentifier(String messagePartIdentifier)Sets the new value of "messagePartIdentifier" (any previous value will be replaced)ReferenceType.Builder<? extends MessagePartNRInformation.Builder<_B>>withReference()Returns the existing builder or a new builder to build the value of the "reference" property.MessagePartNRInformation.Builder<_B>withReference(ReferenceType reference)Sets the new value of "reference" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final MessagePartNRInformation _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, MessagePartNRInformation _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, MessagePartNRInformation _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 MessagePartNRInformation> _P init(_P _product)
-
withMessagePartIdentifier
public MessagePartNRInformation.Builder<_B> withMessagePartIdentifier(String messagePartIdentifier)
Sets the new value of "messagePartIdentifier" (any previous value will be replaced)- Parameters:
messagePartIdentifier- New value of the "messagePartIdentifier" property.
-
withReference
public MessagePartNRInformation.Builder<_B> withReference(ReferenceType reference)
Sets the new value of "reference" (any previous value will be replaced)- Parameters:
reference- New value of the "reference" property.
-
withReference
public ReferenceType.Builder<? extends MessagePartNRInformation.Builder<_B>> withReference()
Returns the existing builder or a new builder to build the value of the "reference" property. UseReferenceType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "reference" property.
Use
ReferenceType.Builder.end()to return to the current builder.
-
build
public MessagePartNRInformation build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public MessagePartNRInformation.Builder<_B> copyOf(MessagePartNRInformation _other)
-
copyOf
public MessagePartNRInformation.Builder<_B> copyOf(MessagePartNRInformation.Builder _other)
-
-