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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getAny()
Gets the value of the any property.SePoTriExtension
getExtension()
Gets the value of the extension property.List
getGroup()
Gets the value of the group property.String
getMethod()
Gets the value of the method property.String
getRequestURI()
Gets the value of the requestURI property.Short
getSessionCase()
Gets the value of the sessionCase property.SessionDescription
getSessionDescription()
Gets the value of the sessionDescription property.Header
getSIPHeader()
Gets the value of the sipHeader property.Boolean
isConditionNegated()
Gets the value of the conditionNegated property.void
setConditionNegated(Boolean value)
Sets the value of the conditionNegated property.void
setExtension(SePoTriExtension value)
Sets the value of the extension property.void
setMethod(String value)
Sets the value of the method property.void
setRequestURI(String value)
Sets the value of the requestURI property.void
setSessionCase(Short value)
Sets the value of the sessionCase property.void
setSessionDescription(SessionDescription value)
Sets the value of the sessionDescription property.void
setSIPHeader(Header value)
Sets the value of the sipHeader property.
-
-
-
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 isBoolean
-
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 isString
-
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 isString
-
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 isHeader
-
getSessionCase
Short getSessionCase()
Gets the value of the sessionCase property.- Returns:
- possible object is
Short
-
setSessionCase
void setSessionCase(Short value)
Sets the value of the sessionCase property.- Parameters:
value
- allowed object isShort
-
getSessionDescription
SessionDescription getSessionDescription()
Gets the value of the sessionDescription property.- Returns:
- possible object is
SessionDescription
-
setSessionDescription
void setSessionDescription(SessionDescription value)
Sets the value of the sessionDescription property.- Parameters:
value
- allowed object isSessionDescription
-
getExtension
SePoTriExtension getExtension()
Gets the value of the extension property.- Returns:
- possible object is
SePoTriExtension
-
setExtension
void setExtension(SePoTriExtension value)
Sets the value of the extension property.- Parameters:
value
- allowed object isSePoTriExtension
-
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
-
-