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
      • newCopyBuilder

        public <_B> PartyInfo.Builder<_B> newCopyBuilder​(_B _parentBuilder)
      • copyTo

        public <_B> void copyTo​(PartyInfo.Builder<_B> _other,
                                com.kscs.util.jaxb.PropertyTree _propertyTree,
                                com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
        Copies all state of this object to a builder. This method is used by the copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo) method and should not be called directly by client code.
        Parameters:
        _other - A builder instance to which the state of this object will be copied.
      • newCopyBuilder

        public <_B> PartyInfo.Builder<_B> newCopyBuilder​(_B _parentBuilder,
                                                         com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                         com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • newCopyBuilder

        public PartyInfo.Builder<Void> newCopyBuilder​(com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                      com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • copyOf

        public static <_B> PartyInfo.Builder<_B> copyOf​(PartyInfo _other,
                                                        com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                        com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)