Class CtsWsRequestFilter
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsRequestFilter
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicationType property.Gets the value of the componentId property.getSid()Gets the value of the sid property.Gets the value of the userName property.voidsetApplicationType(String value) Sets the value of the applicationType property.voidsetComponentId(String value) Sets the value of the componentId property.voidSets the value of the sid property.voidsetUserName(String value) Sets the value of the userName property.
-
Field Details
-
userName
-
sid
-
applicationType
-
componentId
-
-
Constructor Details
-
CtsWsRequestFilter
public CtsWsRequestFilter()
-
-
Method Details
-
getUserName
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
Sets the value of the userName property.- Parameters:
value- allowed object isString
-
getSid
Gets the value of the sid property.- Returns:
- possible object is
String
-
setSid
Sets the value of the sid property.- Parameters:
value- allowed object isString
-
getApplicationType
Gets the value of the applicationType property.- Returns:
- possible object is
String
-
setApplicationType
Sets the value of the applicationType property.- Parameters:
value- allowed object isString
-
getComponentId
Gets the value of the componentId property.- Returns:
- possible object is
String
-
setComponentId
Sets the value of the componentId property.- Parameters:
value- allowed object isString
-