Interface UserCSGInformationExtension
-
public interface UserCSGInformationExtension
Interface for tUserCSGInformation-Extension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tUserCSGInformation-Extension"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AccessMode" type="{}tAccessMode" minOccurs="0"/> <element name="CMI" type="{}tBool" minOccurs="0"/> <element name="Extension" type="{}tExtension" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- Author:
- OpenCloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessMode()
Gets the value of the accessMode property.Extension
getExtension()
Gets the value of the extension property.Boolean
isCMI()
Gets the value of the cmi property.void
setAccessMode(String value)
Sets the value of the accessMode property.void
setCMI(Boolean value)
Sets the value of the cmi property.void
setExtension(Extension value)
Sets the value of the extension property.
-
-
-
Method Detail
-
getAccessMode
String getAccessMode()
Gets the value of the accessMode property.- Returns:
- possible object is
String
-
setAccessMode
void setAccessMode(String value)
Sets the value of the accessMode property.- Parameters:
value
- allowed object isString
-
setCMI
void setCMI(Boolean value)
Sets the value of the cmi property.- Parameters:
value
- allowed object isBoolean
-
getExtension
Extension getExtension()
Gets the value of the extension property.- Returns:
- possible object is
Extension
-
-