Class DPrognosis

All Implemented Interfaces:
Serializable

public class DPrognosis extends FlexMessageType implements Serializable

Java class for D-PrognosisType complex type.

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


 <complexType name="D-PrognosisType">
   <complexContent>
     <extension base="{}FlexMessageType">
       <sequence>
         <element name="ISP" type="{}D-PrognosisISPType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="Revision" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • DPrognosis

      public DPrognosis()
  • Method Details

    • getISPS

      public List<DPrognosisISPType> getISPS()
      Gets the value of the isps 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 Jakarta XML Binding object. This is why there is not a set method for the isps property.

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

          getISPS().add(newItem);
       

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

      Returns:
      The value of the isps property.
    • getRevision

      public long getRevision()
      Gets the value of the revision property.
    • setRevision

      public void setRevision(long value)
      Sets the value of the revision property.