public class PropertyType extends Object
Java class for PropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="NAME" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="VAL" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected String |
name |
|
protected String |
val |
|
protected String |
value |
Constructor | Description |
---|---|
PropertyType() |
Modifier and Type | Method | Description |
---|---|---|
String |
getNAME() |
Gets the value of the name property.
|
String |
getVAL() |
Gets the value of the val property.
|
String |
getValue() |
Gets the value of the value property.
|
void |
setNAME(String value) |
Sets the value of the name property.
|
void |
setVAL(String value) |
Sets the value of the val property.
|
void |
setValue(String value) |
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getNAME()
String
public void setNAME(String value)
value
- allowed object is
String
public String getVAL()
String
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.