Class 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>
     
    • Field Detail

      • from

        protected From from
      • to

        protected To to
    • Constructor Detail

      • PartyInfo

        public PartyInfo()
    • 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