Interface DSAI
-
public interface DSAI
Interface for tDSAI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDSAI"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DSAI-Tag" type="{}tDSAI-Tag"/> <element name="DSAI-Value" type="{}tDSAI-Value"/> </sequence> </restriction> </complexContent> </complexType>
- Author:
- OpenCloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDSAITag()
Gets the value of the dsaiTag property.short
getDSAIValue()
Gets the value of the dsaiValue property.void
setDSAITag(String value)
Sets the value of the dsaiTag property.void
setDSAIValue(short value)
Sets the value of the dsaiValue property.
-
-
-
Method Detail
-
getDSAITag
String getDSAITag()
Gets the value of the dsaiTag property.- Returns:
- possible object is
String
-
setDSAITag
void setDSAITag(String value)
Sets the value of the dsaiTag property.- Parameters:
value
- allowed object isString
-
getDSAIValue
short getDSAIValue()
Gets the value of the dsaiValue property.
-
setDSAIValue
void setDSAIValue(short value)
Sets the value of the dsaiValue property.
-
-