public class AllowedSkinData
extends java.lang.Object
Java class for allowedSkinData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="allowedSkinData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{}update use="required""/>
<attribute name="skin" use="required" type="{}referenceType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
skin |
protected UpdateValues |
update |
| Constructor and Description |
|---|
AllowedSkinData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSkin()
Gets the value of the skin property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
void |
setSkin(java.lang.String value)
Sets the value of the skin property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected UpdateValues update
protected java.lang.String skin
public UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValuespublic java.lang.String getSkin()
Stringpublic void setSkin(java.lang.String value)
value - allowed object is
String