public class AttributeValue extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element ref="{http://www.vppserver.ethz.ch/schema/ippclient}set-of-keyword"/>
<element ref="{http://www.vppserver.ethz.ch/schema/ippclient}set-of-enum"/>
</choice>
</sequence>
<attribute name="tag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tag-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected SetOfEnum |
setOfEnum |
protected SetOfKeyword |
setOfKeyword |
protected String |
tag |
protected String |
tagName |
protected String |
value |
| Constructor and Description |
|---|
AttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
SetOfEnum |
getSetOfEnum()
Gets the value of the setOfEnum property.
|
SetOfKeyword |
getSetOfKeyword()
Gets the value of the setOfKeyword property.
|
String |
getTag()
Gets the value of the tag property.
|
String |
getTagName()
Gets the value of the tagName property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setSetOfEnum(SetOfEnum value)
Sets the value of the setOfEnum property.
|
void |
setSetOfKeyword(SetOfKeyword value)
Sets the value of the setOfKeyword property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
void |
setTagName(String value)
Sets the value of the tagName property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected SetOfKeyword setOfKeyword
protected SetOfEnum setOfEnum
protected String tag
protected String tagName
protected String value
protected String description
public SetOfKeyword getSetOfKeyword()
SetOfKeywordpublic void setSetOfKeyword(SetOfKeyword value)
value - allowed object is SetOfKeywordpublic SetOfEnum getSetOfEnum()
SetOfEnumpublic void setSetOfEnum(SetOfEnum value)
value - allowed object is SetOfEnumpublic String getTag()
Stringpublic void setTag(String value)
value - allowed object is Stringpublic String getTagName()
Stringpublic void setTagName(String value)
value - allowed object is Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic String getDescription()
StringCopyright © 2016. All rights reserved.