public class Program 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}NCName" />
<attribute name="properties" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
properties |
protected String |
version |
| Constructor and Description |
|---|
Program() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getProperties()
Gets the value of the properties property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProperties(String value)
Sets the value of the properties property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String properties
public Program()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getProperties()
Stringpublic void setProperties(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
StringCopyright © 2000–2017 BioJava. All rights reserved.