Class DataSupplyRequestBodyStructure

  • All Implemented Interfaces:
    Serializable

    public class DataSupplyRequestBodyStructure
    extends Object
    implements Serializable
    Type for Body of Data Supply Request. Used in WSDL

    Java class for DataSupplyRequestBodyStructure complex type.

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

     <complexType name="DataSupplyRequestBodyStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}DataSupplyTopicGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DataSupplyRequestBodyStructure

        public DataSupplyRequestBodyStructure()
    • Method Detail

      • setNotificationRef

        public void setNotificationRef​(MessageRefStructure value)
        Sets the value of the notificationRef property.
        Parameters:
        value - allowed object is MessageRefStructure
      • isAllData

        public Boolean isAllData()
        Gets the value of the allData property.
        Returns:
        possible object is Boolean
      • setAllData

        public void setAllData​(Boolean value)
        Sets the value of the allData property.
        Parameters:
        value - allowed object is Boolean