public class RecordPropertyType extends Object
Java class for RecordPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Object |
value |
| Constructor and Description |
|---|
RecordPropertyType()
Default no-arg constructor
|
RecordPropertyType(String name,
Object value)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Object getValue()
ObjectCopyright © 2016. All rights reserved.