com.businessobjects.dsws.session
Interface LoginOption


public interface LoginOption

An XML LoginOption(@http://session.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class LoginOption.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getLocale()
          Gets the "Locale" element
 java.lang.String getPolicyID()
          Gets the "policyID" element
 java.lang.String getReportedHostName()
          Gets the "ReportedHostName" element
 java.lang.String getReportedIPAddress()
          Gets the "ReportedIPAddress" element
 java.lang.String getTimeZone()
          Gets the "TimeZone" element
 void setLocale(java.lang.String locale)
          Sets the "Locale" element
 void setPolicyID(java.lang.String policyID)
          Sets the "policyID" element
 void setReportedHostName(java.lang.String reportedHostName)
          Sets the "ReportedHostName" element
 void setReportedIPAddress(java.lang.String reportedIPAddress)
          Sets the "ReportedIPAddress" element
 void setTimeZone(java.lang.String timeZone)
          Sets the "TimeZone" element
 org.apache.xmlbeans.XmlString xgetLocale()
          Gets (as xml) the "Locale" element
 org.apache.xmlbeans.XmlString xgetPolicyID()
          Gets (as xml) the "policyID" element
 org.apache.xmlbeans.XmlString xgetReportedHostName()
          Gets (as xml) the "ReportedHostName" element
 org.apache.xmlbeans.XmlString xgetReportedIPAddress()
          Gets (as xml) the "ReportedIPAddress" element
 org.apache.xmlbeans.XmlString xgetTimeZone()
          Gets (as xml) the "TimeZone" element
 void xsetLocale(org.apache.xmlbeans.XmlString locale)
          Sets (as xml) the "Locale" element
 void xsetPolicyID(org.apache.xmlbeans.XmlString policyID)
          Sets (as xml) the "policyID" element
 void xsetReportedHostName(org.apache.xmlbeans.XmlString reportedHostName)
          Sets (as xml) the "ReportedHostName" element
 void xsetReportedIPAddress(org.apache.xmlbeans.XmlString reportedIPAddress)
          Sets (as xml) the "ReportedIPAddress" element
 void xsetTimeZone(org.apache.xmlbeans.XmlString timeZone)
          Sets (as xml) the "TimeZone" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getLocale

java.lang.String getLocale()
Gets the "Locale" element


xgetLocale

org.apache.xmlbeans.XmlString xgetLocale()
Gets (as xml) the "Locale" element


setLocale

void setLocale(java.lang.String locale)
Sets the "Locale" element


xsetLocale

void xsetLocale(org.apache.xmlbeans.XmlString locale)
Sets (as xml) the "Locale" element


getTimeZone

java.lang.String getTimeZone()
Gets the "TimeZone" element


xgetTimeZone

org.apache.xmlbeans.XmlString xgetTimeZone()
Gets (as xml) the "TimeZone" element


setTimeZone

void setTimeZone(java.lang.String timeZone)
Sets the "TimeZone" element


xsetTimeZone

void xsetTimeZone(org.apache.xmlbeans.XmlString timeZone)
Sets (as xml) the "TimeZone" element


getReportedIPAddress

java.lang.String getReportedIPAddress()
Gets the "ReportedIPAddress" element


xgetReportedIPAddress

org.apache.xmlbeans.XmlString xgetReportedIPAddress()
Gets (as xml) the "ReportedIPAddress" element


setReportedIPAddress

void setReportedIPAddress(java.lang.String reportedIPAddress)
Sets the "ReportedIPAddress" element


xsetReportedIPAddress

void xsetReportedIPAddress(org.apache.xmlbeans.XmlString reportedIPAddress)
Sets (as xml) the "ReportedIPAddress" element


getReportedHostName

java.lang.String getReportedHostName()
Gets the "ReportedHostName" element


xgetReportedHostName

org.apache.xmlbeans.XmlString xgetReportedHostName()
Gets (as xml) the "ReportedHostName" element


setReportedHostName

void setReportedHostName(java.lang.String reportedHostName)
Sets the "ReportedHostName" element


xsetReportedHostName

void xsetReportedHostName(org.apache.xmlbeans.XmlString reportedHostName)
Sets (as xml) the "ReportedHostName" element


getPolicyID

java.lang.String getPolicyID()
Gets the "policyID" element


xgetPolicyID

org.apache.xmlbeans.XmlString xgetPolicyID()
Gets (as xml) the "policyID" element


setPolicyID

void setPolicyID(java.lang.String policyID)
Sets the "policyID" element


xsetPolicyID

void xsetPolicyID(org.apache.xmlbeans.XmlString policyID)
Sets (as xml) the "policyID" element