Class SignalIdentificationInformation.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.SignalIdentificationInformation.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Direct Known Subclasses:
AcceptanceAcknowledgement.Builder,Exception.Builder,ReceiptAcknowledgement.Builder
- Enclosing class:
- SignalIdentificationInformation
public static class SignalIdentificationInformation.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected SignalIdentificationInformation_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, SignalIdentificationInformation _other, boolean _copy)Builder(_B _parentBuilder, SignalIdentificationInformation _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 SignalIdentificationInformationbuild()SignalIdentificationInformation.Builder<_B>copyOf(SignalIdentificationInformation _other)SignalIdentificationInformation.Builder<_B>copyOf(SignalIdentificationInformation.Builder _other)_Bend()protected <_P extends SignalIdentificationInformation>
_Pinit(_P _product)SignalIdentificationInformation.Builder<_B>withBusinessActivityIdentifier(String businessActivityIdentifier)Sets the new value of "businessActivityIdentifier" (any previous value will be replaced)SignalIdentificationInformation.Builder<_B>withCollaborationIdentifier(String collaborationIdentifier)Sets the new value of "collaborationIdentifier" (any previous value will be replaced)PartyInfoType.Builder<? extends SignalIdentificationInformation.Builder<_B>>withFromPartyInfo()Returns the existing builder or a new builder to build the value of the "fromPartyInfo" property.SignalIdentificationInformation.Builder<_B>withFromPartyInfo(PartyInfoType fromPartyInfo)Sets the new value of "fromPartyInfo" (any previous value will be replaced)RoleType.Builder<? extends SignalIdentificationInformation.Builder<_B>>withFromRole()Returns the existing builder or a new builder to build the value of the "fromRole" property.SignalIdentificationInformation.Builder<_B>withFromRole(RoleType fromRole)Sets the new value of "fromRole" (any previous value will be replaced)SignalIdentificationInformation.Builder<_B>withOriginalDocumentIdentifier(String originalDocumentIdentifier)Sets the new value of "originalDocumentIdentifier" (any previous value will be replaced)SignalIdentificationInformation.Builder<_B>withOriginalMessageDateTime(XMLGregorianCalendar originalMessageDateTime)Sets the new value of "originalMessageDateTime" (any previous value will be replaced)SignalIdentificationInformation.Builder<_B>withOriginalMessageIdentifier(String originalMessageIdentifier)Sets the new value of "originalMessageIdentifier" (any previous value will be replaced)ProcessSpecificationInfoType.Builder<? extends SignalIdentificationInformation.Builder<_B>>withProcessSpecificationInfo()Returns the existing builder or a new builder to build the value of the "processSpecificationInfo" property.SignalIdentificationInformation.Builder<_B>withProcessSpecificationInfo(ProcessSpecificationInfoType processSpecificationInfo)Sets the new value of "processSpecificationInfo" (any previous value will be replaced)SignalIdentificationInformation.Builder<_B>withThisMessageDateTime(XMLGregorianCalendar thisMessageDateTime)Sets the new value of "thisMessageDateTime" (any previous value will be replaced)PartyInfoType.Builder<? extends SignalIdentificationInformation.Builder<_B>>withToPartyInfo()Returns the existing builder or a new builder to build the value of the "toPartyInfo" property.SignalIdentificationInformation.Builder<_B>withToPartyInfo(PartyInfoType toPartyInfo)Sets the new value of "toPartyInfo" (any previous value will be replaced)RoleType.Builder<? extends SignalIdentificationInformation.Builder<_B>>withToRole()Returns the existing builder or a new builder to build the value of the "toRole" property.SignalIdentificationInformation.Builder<_B>withToRole(RoleType toRole)Sets the new value of "toRole" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final SignalIdentificationInformation _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, SignalIdentificationInformation _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, SignalIdentificationInformation _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 SignalIdentificationInformation> _P init(_P _product)
-
withOriginalMessageIdentifier
public SignalIdentificationInformation.Builder<_B> withOriginalMessageIdentifier(String originalMessageIdentifier)
Sets the new value of "originalMessageIdentifier" (any previous value will be replaced)- Parameters:
originalMessageIdentifier- New value of the "originalMessageIdentifier" property.
-
withOriginalDocumentIdentifier
public SignalIdentificationInformation.Builder<_B> withOriginalDocumentIdentifier(String originalDocumentIdentifier)
Sets the new value of "originalDocumentIdentifier" (any previous value will be replaced)- Parameters:
originalDocumentIdentifier- New value of the "originalDocumentIdentifier" property.
-
withOriginalMessageDateTime
public SignalIdentificationInformation.Builder<_B> withOriginalMessageDateTime(XMLGregorianCalendar originalMessageDateTime)
Sets the new value of "originalMessageDateTime" (any previous value will be replaced)- Parameters:
originalMessageDateTime- New value of the "originalMessageDateTime" property.
-
withThisMessageDateTime
public SignalIdentificationInformation.Builder<_B> withThisMessageDateTime(XMLGregorianCalendar thisMessageDateTime)
Sets the new value of "thisMessageDateTime" (any previous value will be replaced)- Parameters:
thisMessageDateTime- New value of the "thisMessageDateTime" property.
-
withFromPartyInfo
public SignalIdentificationInformation.Builder<_B> withFromPartyInfo(PartyInfoType fromPartyInfo)
Sets the new value of "fromPartyInfo" (any previous value will be replaced)- Parameters:
fromPartyInfo- New value of the "fromPartyInfo" property.
-
withFromPartyInfo
public PartyInfoType.Builder<? extends SignalIdentificationInformation.Builder<_B>> withFromPartyInfo()
Returns the existing builder or a new builder to build the value of the "fromPartyInfo" property. UsePartyInfoType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "fromPartyInfo" property.
Use
PartyInfoType.Builder.end()to return to the current builder.
-
withToPartyInfo
public SignalIdentificationInformation.Builder<_B> withToPartyInfo(PartyInfoType toPartyInfo)
Sets the new value of "toPartyInfo" (any previous value will be replaced)- Parameters:
toPartyInfo- New value of the "toPartyInfo" property.
-
withToPartyInfo
public PartyInfoType.Builder<? extends SignalIdentificationInformation.Builder<_B>> withToPartyInfo()
Returns the existing builder or a new builder to build the value of the "toPartyInfo" property. UsePartyInfoType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "toPartyInfo" property.
Use
PartyInfoType.Builder.end()to return to the current builder.
-
withFromRole
public SignalIdentificationInformation.Builder<_B> withFromRole(RoleType fromRole)
Sets the new value of "fromRole" (any previous value will be replaced)- Parameters:
fromRole- New value of the "fromRole" property.
-
withFromRole
public RoleType.Builder<? extends SignalIdentificationInformation.Builder<_B>> withFromRole()
Returns the existing builder or a new builder to build the value of the "fromRole" property. UseRoleType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "fromRole" property.
Use
RoleType.Builder.end()to return to the current builder.
-
withToRole
public SignalIdentificationInformation.Builder<_B> withToRole(RoleType toRole)
Sets the new value of "toRole" (any previous value will be replaced)- Parameters:
toRole- New value of the "toRole" property.
-
withToRole
public RoleType.Builder<? extends SignalIdentificationInformation.Builder<_B>> withToRole()
Returns the existing builder or a new builder to build the value of the "toRole" property. UseRoleType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "toRole" property.
Use
RoleType.Builder.end()to return to the current builder.
-
withProcessSpecificationInfo
public SignalIdentificationInformation.Builder<_B> withProcessSpecificationInfo(ProcessSpecificationInfoType processSpecificationInfo)
Sets the new value of "processSpecificationInfo" (any previous value will be replaced)- Parameters:
processSpecificationInfo- New value of the "processSpecificationInfo" property.
-
withProcessSpecificationInfo
public ProcessSpecificationInfoType.Builder<? extends SignalIdentificationInformation.Builder<_B>> withProcessSpecificationInfo()
Returns the existing builder or a new builder to build the value of the "processSpecificationInfo" property. UseProcessSpecificationInfoType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "processSpecificationInfo" property.
Use
ProcessSpecificationInfoType.Builder.end()to return to the current builder.
-
withCollaborationIdentifier
public SignalIdentificationInformation.Builder<_B> withCollaborationIdentifier(String collaborationIdentifier)
Sets the new value of "collaborationIdentifier" (any previous value will be replaced)- Parameters:
collaborationIdentifier- New value of the "collaborationIdentifier" property.
-
withBusinessActivityIdentifier
public SignalIdentificationInformation.Builder<_B> withBusinessActivityIdentifier(String businessActivityIdentifier)
Sets the new value of "businessActivityIdentifier" (any previous value will be replaced)- Parameters:
businessActivityIdentifier- New value of the "businessActivityIdentifier" property.
-
build
public SignalIdentificationInformation build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public SignalIdentificationInformation.Builder<_B> copyOf(SignalIdentificationInformation _other)
-
copyOf
public SignalIdentificationInformation.Builder<_B> copyOf(SignalIdentificationInformation.Builder _other)
-
-