Class CtsWsRequestFilter

java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsRequestFilter

public class CtsWsRequestFilter extends Object

Java class for CtsWsRequestFilter complex type.

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

 <complexType name="CtsWsRequestFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Sid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ApplicationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ComponentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • userName

      protected String userName
    • sid

      protected String sid
    • applicationType

      protected String applicationType
    • componentId

      protected String componentId
  • Constructor Details

    • CtsWsRequestFilter

      public CtsWsRequestFilter()
  • Method Details

    • getUserName

      public String getUserName()
      Gets the value of the userName property.
      Returns:
      possible object is String
    • setUserName

      public void setUserName(String value)
      Sets the value of the userName property.
      Parameters:
      value - allowed object is String
    • getSid

      public String getSid()
      Gets the value of the sid property.
      Returns:
      possible object is String
    • setSid

      public void setSid(String value)
      Sets the value of the sid property.
      Parameters:
      value - allowed object is String
    • getApplicationType

      public String getApplicationType()
      Gets the value of the applicationType property.
      Returns:
      possible object is String
    • setApplicationType

      public void setApplicationType(String value)
      Sets the value of the applicationType property.
      Parameters:
      value - allowed object is String
    • getComponentId

      public String getComponentId()
      Gets the value of the componentId property.
      Returns:
      possible object is String
    • setComponentId

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