public class AppAttributeData
extends java.lang.Object
Java class for appAttributeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="appAttributeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="attribute-value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attribute-def-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attribute-def-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{}update use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
attributeDefName |
protected java.lang.String |
attributeDefType |
protected java.lang.String |
attributeValue |
protected UpdateValues |
update |
| Constructor and Description |
|---|
AppAttributeData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeDefName()
Gets the value of the attributeDefName property.
|
java.lang.String |
getAttributeDefType()
Gets the value of the attributeDefType property.
|
java.lang.String |
getAttributeValue()
Gets the value of the attributeValue property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
void |
setAttributeDefName(java.lang.String value)
Sets the value of the attributeDefName property.
|
void |
setAttributeDefType(java.lang.String value)
Sets the value of the attributeDefType property.
|
void |
setAttributeValue(java.lang.String value)
Sets the value of the attributeValue property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected java.lang.String attributeValue
protected java.lang.String attributeDefName
protected java.lang.String attributeDefType
protected UpdateValues update
public java.lang.String getAttributeValue()
Stringpublic void setAttributeValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAttributeDefName()
Stringpublic void setAttributeDefName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAttributeDefType()
Stringpublic void setAttributeDefType(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues