Package net.opengis.wps10
Interface InputType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- InputTypeImpl
 
 public interface InputType extends EObjectA representation of the model object 'Input Type'. Value of one input to a process.The following features are supported: - See Also:
- Wps10Package.getInputType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LanguageStringTypegetAbstract()Returns the value of the 'Abstract' containment reference.DataTypegetData()Returns the value of the 'Data' containment reference.CodeTypegetIdentifier()Returns the value of the 'Identifier' containment reference.InputReferenceTypegetReference()Returns the value of the 'Reference' containment reference.LanguageStringTypegetTitle()Returns the value of the 'Title' containment reference.voidsetAbstract(LanguageStringType value)Sets the value of the 'Abstract' containment reference.voidsetData(DataType value)Sets the value of the 'Data' containment reference.voidsetIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidsetReference(InputReferenceType value)Sets the value of the 'Reference' containment reference.voidsetTitle(LanguageStringType value)Sets the value of the 'Title' containment reference.
 
- 
- 
- 
Method Detail- 
getIdentifierCodeType getIdentifier() Returns the value of the 'Identifier' containment reference. Unambiguous identifier or name of a process, unique for this server, or unambiguous identifier or name of an output, unique for this process.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
- setIdentifier(CodeType),- Wps10Package.getInputType_Identifier()
 
 - 
setIdentifiervoid setIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.- Parameters:
- value- the new value of the 'Identifier' containment reference.
- See Also:
- getIdentifier()
 
 - 
getTitleLanguageStringType getTitle() Returns the value of the 'Title' containment reference. Title of a process or output, normally available for display to a human.- Returns:
- the value of the 'Title' containment reference.
- See Also:
- setTitle(LanguageStringType),- Wps10Package.getInputType_Title()
 
 - 
setTitlevoid setTitle(LanguageStringType value) Sets the value of the 'Title' containment reference.- Parameters:
- value- the new value of the 'Title' containment reference.
- See Also:
- getTitle()
 
 - 
getAbstractLanguageStringType getAbstract() Returns the value of the 'Abstract' containment reference. Brief narrative description of a process or output, normally available for display to a human.- Returns:
- the value of the 'Abstract' containment reference.
- See Also:
- setAbstract(LanguageStringType),- Wps10Package.getInputType_Abstract()
 
 - 
setAbstractvoid setAbstract(LanguageStringType value) Sets the value of the 'Abstract' containment reference.- Parameters:
- value- the new value of the 'Abstract' containment reference.
- See Also:
- getAbstract()
 
 - 
getReferenceInputReferenceType getReference() Returns the value of the 'Reference' containment reference. Identifies this input value as a web accessible resource, and references that resource.- Returns:
- the value of the 'Reference' containment reference.
- See Also:
- setReference(InputReferenceType),- Wps10Package.getInputType_Reference()
 
 - 
setReferencevoid setReference(InputReferenceType value) Sets the value of the 'Reference' containment reference.- Parameters:
- value- the new value of the 'Reference' containment reference.
- See Also:
- getReference()
 
 - 
getDataDataType getData() Returns the value of the 'Data' containment reference. Identifies this input value as a data embedded in this request, and includes that data.- Returns:
- the value of the 'Data' containment reference.
- See Also:
- setData(DataType),- Wps10Package.getInputType_Data()
 
 
- 
 
-