public class AttributeType extends Object
Java class for attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="values" type="{}valuesType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
name |
|
protected ValuesType |
values |
| Constructor | Description |
|---|---|
AttributeType() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Gets the value of the name property.
|
ValuesType |
getValues() |
Gets the value of the values property.
|
void |
setName(String value) |
Sets the value of the name property.
|
void |
setValues(ValuesType value) |
Sets the value of the values property.
|
protected String name
protected ValuesType values
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ValuesType getValues()
ValuesTypepublic void setValues(ValuesType value)
value - allowed object is
ValuesTypeCopyright © 2025. All rights reserved.