|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.process.jaxb.java.ProcessletOutputDefinition
public abstract class ProcessletOutputDefinition
Description of an output parameter of the process.
Java class for ProcessOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Identifier" type="{http://www.deegree.org/processes/java}CodeType"/> <element name="Title" type="{http://www.deegree.org/processes/java}LanguageStringType"/> <element name="Abstract" type="{http://www.deegree.org/processes/java}LanguageStringType" minOccurs="0"/> <element name="Metadata" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="about" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ProcessletOutputDefinition.Metadata
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected LanguageStringType |
_abstract
|
protected CodeType |
identifier
|
protected List<ProcessletOutputDefinition.Metadata> |
metadata
|
protected LanguageStringType |
title
|
Constructor Summary | |
---|---|
ProcessletOutputDefinition()
|
Method Summary | |
---|---|
LanguageStringType |
getAbstract()
Gets the value of the abstract property. |
CodeType |
getIdentifier()
Gets the value of the identifier property. |
List<ProcessletOutputDefinition.Metadata> |
getMetadata()
Gets the value of the metadata property. |
LanguageStringType |
getTitle()
Gets the value of the title property. |
void |
setAbstract(LanguageStringType value)
Sets the value of the abstract property. |
void |
setIdentifier(CodeType value)
Sets the value of the identifier property. |
void |
setTitle(LanguageStringType value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CodeType identifier
protected LanguageStringType title
protected LanguageStringType _abstract
protected List<ProcessletOutputDefinition.Metadata> metadata
Constructor Detail |
---|
public ProcessletOutputDefinition()
Method Detail |
---|
public CodeType getIdentifier()
CodeType
public void setIdentifier(CodeType value)
value
- allowed object is
CodeType
public LanguageStringType getTitle()
LanguageStringType
public void setTitle(LanguageStringType value)
value
- allowed object is
LanguageStringType
public LanguageStringType getAbstract()
LanguageStringType
public void setAbstract(LanguageStringType value)
value
- allowed object is
LanguageStringType
public List<ProcessletOutputDefinition.Metadata> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessletOutputDefinition.Metadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |