Class TerminateSubscriptionRequestBodyStructure

  • All Implemented Interfaces:
    Serializable

    public class TerminateSubscriptionRequestBodyStructure
    extends Object
    implements Serializable
    Type for Body of Terminate Subscription Request content. Used in WSDL.

    Java class for TerminateSubscriptionRequestBodyStructure complex type.

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

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

      • TerminateSubscriptionRequestBodyStructure

        public TerminateSubscriptionRequestBodyStructure()
    • Method Detail

      • getAll

        public String getAll()
        Gets the value of the all property.
        Returns:
        possible object is String
      • setAll

        public void setAll​(String value)
        Sets the value of the all property.
        Parameters:
        value - allowed object is String
      • getSubscriptionRef

        public List<SubscriptionQualifierStructure> getSubscriptionRef()
        Gets the value of the subscriptionRef 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 subscriptionRef property.

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

            getSubscriptionRef().add(newItem);
         

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