public class Property
extends java.lang.Object
Java class for propertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
<element name="value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
name |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Property() |
Property(java.lang.String name,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String |
getValue() |
void |
setId(java.lang.String value) |
void |
setName(java.lang.String value) |
void |
setValue(java.lang.String value) |