public static class XmlProperties.XmlProperty extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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}string" /> <attribute name="value-type" type="{http://www.w3.org/2001/XMLSchema}string" default="java.lang.String" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
protected String |
valueType |
Constructor and Description |
---|
XmlProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValueType()
Gets the value of the valueType property.
|
boolean |
isSetValueType()
Indicates if the valueType property has been set, i.e.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueType(String value)
Sets the value of the valueType property.
|
protected String name
protected String value
protected String valueType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValueType()
public String getValueType()
String
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.