public class MessagePartNRInformation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="MessagePartIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Reference"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagePartNRInformation.Builder<_B> |
static class |
MessagePartNRInformation.Select |
static class |
MessagePartNRInformation.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
messagePartIdentifier |
protected ReferenceType |
reference |
| Constructor and Description |
|---|
MessagePartNRInformation() |
| Modifier and Type | Method and Description |
|---|---|
static MessagePartNRInformation.Builder<Void> |
builder() |
static MessagePartNRInformation.Builder<Void> |
copyExcept(MessagePartNRInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> MessagePartNRInformation.Builder<_B> |
copyOf(MessagePartNRInformation _other) |
static <_B> MessagePartNRInformation.Builder<_B> |
copyOf(MessagePartNRInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static MessagePartNRInformation.Builder<Void> |
copyOnly(MessagePartNRInformation _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(MessagePartNRInformation.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(MessagePartNRInformation.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getMessagePartIdentifier()
Gets the value of the messagePartIdentifier property.
|
ReferenceType |
getReference()
Gets the value of the reference property.
|
<_B> MessagePartNRInformation.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> MessagePartNRInformation.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
MessagePartNRInformation.Builder<Void> |
newCopyBuilder() |
MessagePartNRInformation.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setMessagePartIdentifier(String value)
Sets the value of the messagePartIdentifier property.
|
void |
setReference(ReferenceType value)
Sets the value of the reference property.
|
protected String messagePartIdentifier
protected ReferenceType reference
public String getMessagePartIdentifier()
Stringpublic void setMessagePartIdentifier(String value)
value - allowed object is
Stringpublic ReferenceType getReference()
ReferenceTypepublic void setReference(ReferenceType value)
value - allowed object is
ReferenceTypepublic <_B> void copyTo(MessagePartNRInformation.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.MessagePartNRInformation) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> MessagePartNRInformation.Builder<_B> newCopyBuilder(_B _parentBuilder)
public MessagePartNRInformation.Builder<Void> newCopyBuilder()
public static MessagePartNRInformation.Builder<Void> builder()
public static <_B> MessagePartNRInformation.Builder<_B> copyOf(MessagePartNRInformation _other)
public <_B> void copyTo(MessagePartNRInformation.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.MessagePartNRInformation) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> MessagePartNRInformation.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public MessagePartNRInformation.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> MessagePartNRInformation.Builder<_B> copyOf(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static MessagePartNRInformation.Builder<Void> copyExcept(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static MessagePartNRInformation.Builder<Void> copyOnly(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.