Class PayloadInfo


  • public class PayloadInfo
    extends Object

    Java class for PayloadInfo complex type.

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

     <complexType name="PayloadInfo">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PartInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PartInfo" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PayloadInfo

        public PayloadInfo()
    • Method Detail

      • getPartInfo

        public List<PartInfo> getPartInfo()
        Gets the value of the partInfo property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the partInfo property.

        For example, to add a new item, do as follows:

            getPartInfo().add(newItem);
         

        Objects of the following type(s) are allowed in the list PartInfo

      • newCopyBuilder

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

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

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