Class CtsGetDefaultRequest
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsGetDefaultRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DescriptionProposal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RefreshMode" type="{urn:sap-com:document:sap:rfc:functions}char1" minOccurs="0"/>
<element name="RequestFilter" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsRequestFilter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the descriptionProposal property.Gets the value of the refreshMode property.Gets the value of the requestFilter property.voidsetDescriptionProposal(String value) Sets the value of the descriptionProposal property.voidsetRefreshMode(String value) Sets the value of the refreshMode property.voidSets the value of the requestFilter property.
-
Field Details
-
descriptionProposal
-
refreshMode
-
requestFilter
-
-
Constructor Details
-
CtsGetDefaultRequest
public CtsGetDefaultRequest()
-
-
Method Details
-
getDescriptionProposal
Gets the value of the descriptionProposal property.- Returns:
- possible object is
String
-
setDescriptionProposal
Sets the value of the descriptionProposal property.- Parameters:
value- allowed object isString
-
getRefreshMode
Gets the value of the refreshMode property.- Returns:
- possible object is
String
-
setRefreshMode
Sets the value of the refreshMode property.- Parameters:
value- allowed object isString
-
getRequestFilter
Gets the value of the requestFilter property.- Returns:
- possible object is
CtsWsRequestFilter
-
setRequestFilter
Sets the value of the requestFilter property.- Parameters:
value- allowed object isCtsWsRequestFilter
-