public class

SessionHeader

extends Object
java.lang.Object
   ↳ com.clarizen.api.SessionHeader

Class Overview

Represents the session ID SOAP header

Java class for SessionHeader complex type.

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

 <complexType name="SessionHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String id
Public Constructors
SessionHeader()
Public Methods
String getID()
Gets the value of the id property.
void setID(String value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String id

Public Constructors

public SessionHeader ()

Public Methods

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String