Package net.opengis.wps20
Interface ReferenceType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ReferenceTypeImpl
 
 public interface ReferenceType extends EObjectA representation of the model object 'Reference Type'. Reference to an input (output) value that is a web accessible resource.The following features are supported: - See Also:
- Wps20Package.getReferenceType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EObjectgetBody()Returns the value of the 'Body' containment reference.BodyReferenceTypegetBodyReference()Returns the value of the 'Body Reference' containment reference.StringgetEncoding()Returns the value of the 'Encoding' attribute.StringgetHref()Returns the value of the 'Href' attribute.StringgetMimeType()Returns the value of the 'Mime Type' attribute.StringgetSchema()Returns the value of the 'Schema' attribute.voidsetBody(EObject value)Sets the value of the 'Body' containment reference.voidsetBodyReference(BodyReferenceType value)Sets the value of the 'Body Reference' containment reference.voidsetEncoding(String value)Sets the value of the 'Encoding' attribute.voidsetHref(String value)Sets the value of the 'Href' attribute.voidsetMimeType(String value)Sets the value of the 'Mime Type' attribute.voidsetSchema(String value)Sets the value of the 'Schema' attribute.
 
- 
- 
- 
Method Detail- 
getBodyEObject getBody() Returns the value of the 'Body' containment reference. The contents of this element to be used as the body of the HTTP request message to be sent to the service identified in ../Reference/@href. For example, it could be an XML encoded WFS request using HTTP/POST.- Returns:
- the value of the 'Body' containment reference.
- See Also:
- setBody(EObject),- Wps20Package.getReferenceType_Body()
 
 - 
setBodyvoid setBody(EObject value) Sets the value of the 'Body' containment reference.- Parameters:
- value- the new value of the 'Body' containment reference.
- See Also:
- getBody()
 
 - 
getBodyReferenceBodyReferenceType getBodyReference() Returns the value of the 'Body Reference' containment reference. Reference to a remote document to be used as the body of the an HTTP/POST request message to the service identified in the href element in the Reference structure.- Returns:
- the value of the 'Body Reference' containment reference.
- See Also:
- setBodyReference(BodyReferenceType),- Wps20Package.getReferenceType_BodyReference()
 
 - 
setBodyReferencevoid setBodyReference(BodyReferenceType value) Sets the value of the 'Body Reference' containment reference.- Parameters:
- value- the new value of the 'Body Reference' containment reference.
- See Also:
- getBodyReference()
 
 - 
getEncodingString getEncoding() Returns the value of the 'Encoding' attribute. Encoding procedure or character set used (e.g. raw, base64, or UTF-8).- Returns:
- the value of the 'Encoding' attribute.
- See Also:
- setEncoding(String),- Wps20Package.getReferenceType_Encoding()
 
 - 
setEncodingvoid setEncoding(String value) Sets the value of the 'Encoding' attribute.- Parameters:
- value- the new value of the 'Encoding' attribute.
- See Also:
- getEncoding()
 
 - 
getHrefString getHref() Returns the value of the 'Href' attribute. HTTP URI that points to the remote resource where the data may be retrieved.- Returns:
- the value of the 'Href' attribute.
- See Also:
- setHref(String),- Wps20Package.getReferenceType_Href()
 
 - 
setHrefvoid setHref(String value) Sets the value of the 'Href' attribute.- Parameters:
- value- the new value of the 'Href' attribute.
- See Also:
- getHref()
 
 - 
getMimeTypeString getMimeType() Returns the value of the 'Mime Type' attribute. Media type of the data.- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
- setMimeType(String),- Wps20Package.getReferenceType_MimeType()
 
 - 
setMimeTypevoid setMimeType(String value) Sets the value of the 'Mime Type' attribute.- Parameters:
- value- the new value of the 'Mime Type' attribute.
- See Also:
- getMimeType()
 
 - 
getSchemaString getSchema() Returns the value of the 'Schema' attribute. Identification of the data schema.- Returns:
- the value of the 'Schema' attribute.
- See Also:
- setSchema(String),- Wps20Package.getReferenceType_Schema()
 
 - 
setSchemavoid setSchema(String value) Sets the value of the 'Schema' attribute.- Parameters:
- value- the new value of the 'Schema' attribute.
- See Also:
- getSchema()
 
 
- 
 
-