public class AttributeValueSpecDataObj extends Object
Java class for attributeValueSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeValueSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deprecated |
protected String |
name |
| Constructor and Description |
|---|
AttributeValueSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Boolean |
isDeprecated()
Gets the value of the deprecated property.
|
void |
setDeprecated(Boolean value)
Sets the value of the deprecated property.
|
void |
setName(String value)
Sets the value of the name property.
|
public Boolean isDeprecated()
Booleanpublic void setDeprecated(Boolean value)
value - allowed object is
Booleanpublic String getName()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.