public class NameValueType extends Object
Java class for nameValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nameValueType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
protected Object |
value |
protected String |
valueStr |
| Constructor and Description |
|---|
NameValueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
Object |
getValue()
Gets the value of the value property.
|
String |
getValueStr()
Gets the value of the valueStr property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
void |
setValueStr(String value)
Sets the value of the valueStr property.
|
protected Object value
protected String name
protected String valueStr
protected String type
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValueStr()
Stringpublic void setValueStr(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.