public class Property
extends java.lang.Object
Java class for property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
file |
protected java.lang.String |
location |
protected java.lang.String |
name |
protected java.lang.String |
url |
protected java.lang.String |
value |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFile()
Gets the value of the file property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setFile(java.lang.String value)
Sets the value of the file property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String file
protected java.lang.String location
protected java.lang.String name
protected java.lang.String url
protected java.lang.String value
public java.lang.String getFile()
String
public void setFile(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String