Interface ShIMSDataExtension
-
public interface ShIMSDataExtension
Interface for tShIMSDataExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tShIMSDataExtension"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PSIActivation" type="{}tPSIActivation" minOccurs="0"/> <element name="Extension" type="{}tShIMSDataExtension2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- Author:
- OpenCloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShIMSDataExtension2
getExtension()
Gets the value of the extension property.Short
getPSIActivation()
Gets the value of the psiActivation property.void
setExtension(ShIMSDataExtension2 value)
Sets the value of the extension property.void
setPSIActivation(Short value)
Sets the value of the psiActivation property.
-
-
-
Method Detail
-
getPSIActivation
Short getPSIActivation()
Gets the value of the psiActivation property.- Returns:
- possible object is
Short
-
setPSIActivation
void setPSIActivation(Short value)
Sets the value of the psiActivation property.- Parameters:
value
- allowed object isShort
-
getExtension
ShIMSDataExtension2 getExtension()
Gets the value of the extension property.- Returns:
- possible object is
ShIMSDataExtension2
-
setExtension
void setExtension(ShIMSDataExtension2 value)
Sets the value of the extension property.- Parameters:
value
- allowed object isShIMSDataExtension2
-
-