Class PartyInfo
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo
-
public class PartyInfo extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description PartyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FromgetFrom()Gets the value of the from property.TogetTo()Gets the value of the to property.voidsetFrom(From value)Sets the value of the from property.voidsetTo(To value)Sets the value of the to property.
-