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

        Returns:
        The value of the partInfo property.