|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_bp.ebbp_signals_2.MessagePartNRInformation
public class MessagePartNRInformation
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>
| Field Summary | |
|---|---|
protected String |
messagePartIdentifier
|
protected Reference |
reference
|
| Constructor Summary | |
|---|---|
MessagePartNRInformation()
Default no-arg constructor |
|
MessagePartNRInformation(Reference reference,
String messagePartIdentifier)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
String |
getMessagePartIdentifier()
Gets the value of the messagePartIdentifier property. |
Reference |
getReference()
Gets the value of the reference property. |
void |
setMessagePartIdentifier(String value)
Sets the value of the messagePartIdentifier property. |
void |
setReference(Reference value)
Sets the value of the reference property. |
String |
toString()
|
MessagePartNRInformation |
withMessagePartIdentifier(String value)
|
MessagePartNRInformation |
withReference(Reference value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Reference reference
protected String messagePartIdentifier
| Constructor Detail |
|---|
public MessagePartNRInformation()
public MessagePartNRInformation(Reference reference,
String messagePartIdentifier)
| Method Detail |
|---|
public Reference getReference()
Referencepublic void setReference(Reference value)
value - allowed object is
Referencepublic String getMessagePartIdentifier()
Stringpublic void setMessagePartIdentifier(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic MessagePartNRInformation withReference(Reference value)
public MessagePartNRInformation withMessagePartIdentifier(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||