Class JcoConnectionType

java.lang.Object
de.hybris.platform.sap.core.jco.monitor.jaxb.JcoConnectionType

public class JcoConnectionType extends Object

Java class for jcoConnectionType complex type.

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

 <complexType name="jcoConnectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="abapHost" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="abapClient" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="abapSystemNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="abapLanguage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="abapUser" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectionHandle" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="connectionType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="conversationId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dsrPassport" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="functionModuleName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lastActivityTimestamp" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="lastActivityTimestampString" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rfcDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="state" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="stateString" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="systemId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="threadId" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="threadName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • abapHost

      protected String abapHost
    • abapClient

      protected String abapClient
    • abapSystemNumber

      protected String abapSystemNumber
    • abapLanguage

      protected String abapLanguage
    • abapUser

      protected String abapUser
    • applicationName

      protected String applicationName
    • connectionHandle

      protected Long connectionHandle
    • connectionType

      protected String connectionType
    • conversationId

      protected String conversationId
    • dsrPassport

      protected String dsrPassport
    • functionModuleName

      protected String functionModuleName
    • groupName

      protected String groupName
    • lastActivityTimestamp

      protected Long lastActivityTimestamp
    • lastActivityTimestampString

      protected String lastActivityTimestampString
    • protocol

      protected String protocol
    • rfcDestinationName

      protected String rfcDestinationName
    • sessionId

      protected String sessionId
    • state

      protected Integer state
    • stateString

      protected String stateString
    • systemId

      protected String systemId
    • threadId

      protected Long threadId
    • threadName

      protected String threadName
  • Constructor Details

    • JcoConnectionType

      public JcoConnectionType()
  • Method Details

    • getAbapHost

      public String getAbapHost()
      Gets the value of the abapHost property.
      Returns:
      possible object is String
    • setAbapHost

      public void setAbapHost(String value)
      Sets the value of the abapHost property.
      Parameters:
      value - allowed object is String
    • getAbapClient

      public String getAbapClient()
      Gets the value of the abapClient property.
      Returns:
      possible object is String
    • setAbapClient

      public void setAbapClient(String value)
      Sets the value of the abapClient property.
      Parameters:
      value - allowed object is String
    • getAbapSystemNumber

      public String getAbapSystemNumber()
      Gets the value of the abapSystemNumber property.
      Returns:
      possible object is String
    • setAbapSystemNumber

      public void setAbapSystemNumber(String value)
      Sets the value of the abapSystemNumber property.
      Parameters:
      value - allowed object is String
    • getAbapLanguage

      public String getAbapLanguage()
      Gets the value of the abapLanguage property.
      Returns:
      possible object is String
    • setAbapLanguage

      public void setAbapLanguage(String value)
      Sets the value of the abapLanguage property.
      Parameters:
      value - allowed object is String
    • getAbapUser

      public String getAbapUser()
      Gets the value of the abapUser property.
      Returns:
      possible object is String
    • setAbapUser

      public void setAbapUser(String value)
      Sets the value of the abapUser property.
      Parameters:
      value - allowed object is String
    • getApplicationName

      public String getApplicationName()
      Gets the value of the applicationName property.
      Returns:
      possible object is String
    • setApplicationName

      public void setApplicationName(String value)
      Sets the value of the applicationName property.
      Parameters:
      value - allowed object is String
    • getConnectionHandle

      public Long getConnectionHandle()
      Gets the value of the connectionHandle property.
      Returns:
      possible object is Long
    • setConnectionHandle

      public void setConnectionHandle(Long value)
      Sets the value of the connectionHandle property.
      Parameters:
      value - allowed object is Long
    • getConnectionType

      public String getConnectionType()
      Gets the value of the connectionType property.
      Returns:
      possible object is String
    • setConnectionType

      public void setConnectionType(String value)
      Sets the value of the connectionType property.
      Parameters:
      value - allowed object is String
    • getConversationId

      public String getConversationId()
      Gets the value of the conversationId property.
      Returns:
      possible object is String
    • setConversationId

      public void setConversationId(String value)
      Sets the value of the conversationId property.
      Parameters:
      value - allowed object is String
    • getDsrPassport

      public String getDsrPassport()
      Gets the value of the dsrPassport property.
      Returns:
      possible object is String
    • setDsrPassport

      public void setDsrPassport(String value)
      Sets the value of the dsrPassport property.
      Parameters:
      value - allowed object is String
    • getFunctionModuleName

      public String getFunctionModuleName()
      Gets the value of the functionModuleName property.
      Returns:
      possible object is String
    • setFunctionModuleName

      public void setFunctionModuleName(String value)
      Sets the value of the functionModuleName property.
      Parameters:
      value - allowed object is String
    • getGroupName

      public String getGroupName()
      Gets the value of the groupName property.
      Returns:
      possible object is String
    • setGroupName

      public void setGroupName(String value)
      Sets the value of the groupName property.
      Parameters:
      value - allowed object is String
    • getLastActivityTimestamp

      public Long getLastActivityTimestamp()
      Gets the value of the lastActivityTimestamp property.
      Returns:
      possible object is Long
    • setLastActivityTimestamp

      public void setLastActivityTimestamp(Long value)
      Sets the value of the lastActivityTimestamp property.
      Parameters:
      value - allowed object is Long
    • getLastActivityTimestampString

      public String getLastActivityTimestampString()
      Gets the value of the lastActivityTimestampString property.
      Returns:
      possible object is String
    • setLastActivityTimestampString

      public void setLastActivityTimestampString(String value)
      Sets the value of the lastActivityTimestampString property.
      Parameters:
      value - allowed object is String
    • getProtocol

      public String getProtocol()
      Gets the value of the protocol property.
      Returns:
      possible object is String
    • setProtocol

      public void setProtocol(String value)
      Sets the value of the protocol property.
      Parameters:
      value - allowed object is String
    • getRfcDestinationName

      public String getRfcDestinationName()
      Gets the value of the rfcDestinationName property.
      Returns:
      possible object is String
    • setRfcDestinationName

      public void setRfcDestinationName(String value)
      Sets the value of the rfcDestinationName property.
      Parameters:
      value - allowed object is String
    • getSessionId

      public String getSessionId()
      Gets the value of the sessionId property.
      Returns:
      possible object is String
    • setSessionId

      public void setSessionId(String value)
      Sets the value of the sessionId property.
      Parameters:
      value - allowed object is String
    • getState

      public Integer getState()
      Gets the value of the state property.
      Returns:
      possible object is Integer
    • setState

      public void setState(Integer value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is Integer
    • getStateString

      public String getStateString()
      Gets the value of the stateString property.
      Returns:
      possible object is String
    • setStateString

      public void setStateString(String value)
      Sets the value of the stateString property.
      Parameters:
      value - allowed object is String
    • getSystemId

      public String getSystemId()
      Gets the value of the systemId property.
      Returns:
      possible object is String
    • setSystemId

      public void setSystemId(String value)
      Sets the value of the systemId property.
      Parameters:
      value - allowed object is String
    • getThreadId

      public Long getThreadId()
      Gets the value of the threadId property.
      Returns:
      possible object is Long
    • setThreadId

      public void setThreadId(Long value)
      Sets the value of the threadId property.
      Parameters:
      value - allowed object is Long
    • getThreadName

      public String getThreadName()
      Gets the value of the threadName property.
      Returns:
      possible object is String
    • setThreadName

      public void setThreadName(String value)
      Sets the value of the threadName property.
      Parameters:
      value - allowed object is String