org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Class PartyInfo

java.lang.Object
  extended by org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

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

Java class for PartyInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PartyInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="From" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}From"/>
         <element name="To" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}To"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  From from
           
protected  To to
           
 
Constructor Summary
PartyInfo()
          Default no-arg constructor
PartyInfo(From from, To to)
          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)
           
 From getFrom()
          Gets the value of the from property.
 To getTo()
          Gets the value of the to property.
 void setFrom(From value)
          Sets the value of the from property.
 void setTo(To value)
          Sets the value of the to property.
 String toString()
           
 PartyInfo withFrom(From value)
           
 PartyInfo withTo(To value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

from

protected From from

to

protected To to
Constructor Detail

PartyInfo

public PartyInfo()
Default no-arg constructor


PartyInfo

public PartyInfo(From from,
                 To to)
Fully-initialising value constructor

Method Detail

getFrom

public From getFrom()
Gets the value of the from property.

Returns:
possible object is From

setFrom

public void setFrom(From value)
Sets the value of the from property.

Parameters:
value - allowed object is From

getTo

public To getTo()
Gets the value of the to property.

Returns:
possible object is To

setTo

public void setTo(To value)
Sets the value of the to property.

Parameters:
value - allowed object is To

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

withFrom

public PartyInfo withFrom(From value)

withTo

public PartyInfo withTo(To value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.