public class ProjectFileType extends Object
Java class for ProjectFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectFileType"> <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="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
location |
protected String |
name |
Constructor and Description |
---|
ProjectFileType() |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Gets the value of the location property.
|
String |
getName()
Gets the value of the name property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getLocation()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a