org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Class MessagePartNRInformation

java.lang.Object
  extended by org.oasis_open.docs.ebxml_bp.ebbp_signals_2.MessagePartNRInformation
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class MessagePartNRInformation
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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

reference

protected Reference reference

messagePartIdentifier

protected String messagePartIdentifier
Constructor Detail

MessagePartNRInformation

public MessagePartNRInformation()
Default no-arg constructor


MessagePartNRInformation

public MessagePartNRInformation(Reference reference,
                                String messagePartIdentifier)
Fully-initialising value constructor

Method Detail

getReference

public Reference getReference()
Gets the value of the reference property.

Returns:
possible object is Reference

setReference

public void setReference(Reference value)
Sets the value of the reference property.

Parameters:
value - allowed object is Reference

getMessagePartIdentifier

public String getMessagePartIdentifier()
Gets the value of the messagePartIdentifier property.

Returns:
possible object is String

setMessagePartIdentifier

public void setMessagePartIdentifier(String value)
Sets the value of the messagePartIdentifier property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withReference

public MessagePartNRInformation withReference(Reference value)

withMessagePartIdentifier

public MessagePartNRInformation withMessagePartIdentifier(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.