public class CtsGetDefaultRequest
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
descriptionProposal |
protected java.lang.String |
refreshMode |
protected CtsWsRequestFilter |
requestFilter |
| Constructor and Description |
|---|
CtsGetDefaultRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptionProposal()
Gets the value of the descriptionProposal property.
|
java.lang.String |
getRefreshMode()
Gets the value of the refreshMode property.
|
CtsWsRequestFilter |
getRequestFilter()
Gets the value of the requestFilter property.
|
void |
setDescriptionProposal(java.lang.String value)
Sets the value of the descriptionProposal property.
|
void |
setRefreshMode(java.lang.String value)
Sets the value of the refreshMode property.
|
void |
setRequestFilter(CtsWsRequestFilter value)
Sets the value of the requestFilter property.
|
protected java.lang.String descriptionProposal
protected java.lang.String refreshMode
protected CtsWsRequestFilter requestFilter
public java.lang.String getDescriptionProposal()
Stringpublic void setDescriptionProposal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRefreshMode()
Stringpublic void setRefreshMode(java.lang.String value)
value - allowed object is
Stringpublic CtsWsRequestFilter getRequestFilter()
CtsWsRequestFilterpublic void setRequestFilter(CtsWsRequestFilter value)
value - allowed object is
CtsWsRequestFilterCopyright © 2018 SAP SE. All Rights Reserved.