Class CtsGetOrganizerUrl
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsGetOrganizerUrl
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="Request" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsOrganizerRequest"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the request property.voidsetRequest(CtsWsOrganizerRequest value) Sets the value of the request property.
-
Field Details
-
request
-
-
Constructor Details
-
CtsGetOrganizerUrl
public CtsGetOrganizerUrl()
-
-
Method Details
-
getRequest
Gets the value of the request property.- Returns:
- possible object is
CtsWsOrganizerRequest
-
setRequest
Sets the value of the request property.- Parameters:
value- allowed object isCtsWsOrganizerRequest
-