|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.InOut
public class InOut
Java class for InOut complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InOut"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="format" type="{http://scape-project.eu/tool}Format" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
description
|
protected List<Format> |
format
|
Constructor Summary | |
---|---|
InOut()
|
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
List<Format> |
getFormat()
Gets the value of the format property. |
void |
setDescription(String value)
Sets the value of the description property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Format> format
protected String description
Constructor Detail |
---|
public InOut()
Method Detail |
---|
public List<Format> getFormat()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the format property.
For example, to add a new item, do as follows:
getFormat().add(newItem);
Objects of the following type(s) are allowed in the list
Format
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |