Class DPrognosisResponse

All Implemented Interfaces:
Serializable

public class DPrognosisResponse extends PayloadMessageResponseType implements Serializable

Java class for D-PrognosisResponseType complex type.

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


 <complexType name="D-PrognosisResponseType">
   <complexContent>
     <extension base="{}PayloadMessageResponseType">
       <sequence>
         <element name="FlexOrderStatus" type="{}FlexOrderStatusType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="D-PrognosisMessageID" use="required" type="{}UUIDType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • DPrognosisResponse

      public DPrognosisResponse()
  • Method Details

    • getFlexOrderStatuses

      public List<FlexOrderStatusType> getFlexOrderStatuses()
      Gets the value of the flexOrderStatuses 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 flexOrderStatuses property.

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

          getFlexOrderStatuses().add(newItem);
       

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

      Returns:
      The value of the flexOrderStatuses property.
    • getDPrognosisMessageID

      public String getDPrognosisMessageID()
      Gets the value of the dPrognosisMessageID property.
      Returns:
      possible object is String
    • setDPrognosisMessageID

      public void setDPrognosisMessageID(String value)
      Sets the value of the dPrognosisMessageID property.
      Parameters:
      value - allowed object is String