Interface SePoTri


  • public interface SePoTri

    Interface for tSePoTri complex type.

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

     <complexType name="tSePoTri">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ConditionNegated" type="{}tBool" minOccurs="0"/>
             <element name="Group" type="{}tGroupID" maxOccurs="unbounded"/>
             <choice>
               <element name="RequestURI" type="{}tString"/>
               <element name="Method" type="{}tString"/>
               <element name="SIPHeader" type="{}tHeader"/>
               <element name="SessionCase" type="{}tDirectionOfRequest"/>
               <element name="SessionDescription" type="{}tSessionDescription"/>
             </choice>
             <element name="Extension" type="{}tSePoTriExtension" minOccurs="0"/>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • isConditionNegated

        Boolean isConditionNegated()
        Gets the value of the conditionNegated property.
        Returns:
        possible object is Boolean
      • setConditionNegated

        void setConditionNegated​(Boolean value)
        Sets the value of the conditionNegated property.
        Parameters:
        value - allowed object is Boolean
      • getGroup

        List getGroup()
        Gets the value of the group 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 group property.

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

            getGroup().add(newItem);
         

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

      • getRequestURI

        String getRequestURI()
        Gets the value of the requestURI property.
        Returns:
        possible object is String
      • setRequestURI

        void setRequestURI​(String value)
        Sets the value of the requestURI property.
        Parameters:
        value - allowed object is String
      • getMethod

        String getMethod()
        Gets the value of the method property.
        Returns:
        possible object is String
      • setMethod

        void setMethod​(String value)
        Sets the value of the method property.
        Parameters:
        value - allowed object is String
      • getSIPHeader

        Header getSIPHeader()
        Gets the value of the sipHeader property.
        Returns:
        possible object is Header
      • setSIPHeader

        void setSIPHeader​(Header value)
        Sets the value of the sipHeader property.
        Parameters:
        value - allowed object is Header
      • setSessionDescription

        void setSessionDescription​(SessionDescription value)
        Sets the value of the sessionDescription property.
        Parameters:
        value - allowed object is SessionDescription
      • getAny

        List getAny()
        Gets the value of the any 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 any property.

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

            getAny().add(newItem);
         

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