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" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" 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 |
valueNamevalueType |
| 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 |
getValueNamevalueType()
Gets the value of the valueNamevalueType 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 |
setValueNamevalueType(String value)
Sets the value of the valueNamevalueType property.
|
protected Object value
protected String name
protected String valueNamevalueType
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 getValueNamevalueType()
Stringpublic void setValueNamevalueType(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.