Interface DSAI
-
public interface DSAIInterface 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 StringgetDSAITag()Gets the value of the dsaiTag property.shortgetDSAIValue()Gets the value of the dsaiValue property.voidsetDSAITag(String value)Sets the value of the dsaiTag property.voidsetDSAIValue(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.
-
-