|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputReferenceType
A representation of the model object 'Input Reference Type'. Reference to an input or output value that is a web accessible resource.
The following features are supported:
Wps10Package.getInputReferenceType()
Method Summary | |
---|---|
org.eclipse.emf.ecore.EObject |
getBody()
Returns the value of the 'Body' containment reference. |
BodyReferenceType |
getBodyReference()
Returns the value of the 'Body Reference' containment reference. |
java.lang.String |
getEncoding()
Returns the value of the 'Encoding' attribute. |
org.eclipse.emf.common.util.EList |
getHeader()
Returns the value of the 'Header' containment reference list. |
java.lang.String |
getHref()
Returns the value of the 'Href' attribute. |
MethodType |
getMethod()
Returns the value of the 'Method' attribute. |
java.lang.String |
getMimeType()
Returns the value of the 'Mime Type' attribute. |
java.lang.String |
getSchema()
Returns the value of the 'Schema' attribute. |
boolean |
isSetMethod()
Returns whether the value of the ' Method ' attribute is set. |
void |
setBody(org.eclipse.emf.ecore.EObject value)
Sets the value of the ' Body ' containment reference. |
void |
setBodyReference(BodyReferenceType value)
Sets the value of the ' Body Reference ' containment reference. |
void |
setEncoding(java.lang.String value)
Sets the value of the ' Encoding ' attribute. |
void |
setHref(java.lang.String value)
Sets the value of the ' Href ' attribute. |
void |
setMethod(MethodType value)
Sets the value of the ' Method ' attribute. |
void |
setMimeType(java.lang.String value)
Sets the value of the ' Mime Type ' attribute. |
void |
setSchema(java.lang.String value)
Sets the value of the ' Schema ' attribute. |
void |
unsetMethod()
Unsets the value of the ' Method ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList getHeader()
HeaderType
.
Extra HTTP request headers needed by the service identified in ../Reference/@href. For example, an HTTP SOAP request requires a SOAPAction header. This permits the creation of a complete and valid POST request.
Wps10Package.getInputReferenceType_Header()
org.eclipse.emf.ecore.EObject getBody()
setBody(EObject)
,
Wps10Package.getInputReferenceType_Body()
void setBody(org.eclipse.emf.ecore.EObject value)
Body
' containment reference.
value
- the new value of the 'Body' containment reference.getBody()
BodyReferenceType getBodyReference()
setBodyReference(BodyReferenceType)
,
Wps10Package.getInputReferenceType_BodyReference()
void setBodyReference(BodyReferenceType value)
Body Reference
' containment reference.
value
- the new value of the 'Body Reference' containment reference.getBodyReference()
java.lang.String getEncoding()
setEncoding(String)
,
Wps10Package.getInputReferenceType_Encoding()
void setEncoding(java.lang.String value)
Encoding
' attribute.
value
- the new value of the 'Encoding' attribute.getEncoding()
java.lang.String getHref()
setHref(String)
,
Wps10Package.getInputReferenceType_Href()
void setHref(java.lang.String value)
Href
' attribute.
value
- the new value of the 'Href' attribute.getHref()
MethodType getMethod()
"GET"
.
The literals are from the enumeration MethodType
.
Identifies the HTTP method. Allows a choice of GET or POST. Default is GET.
MethodType
,
isSetMethod()
,
unsetMethod()
,
setMethod(MethodType)
,
Wps10Package.getInputReferenceType_Method()
void setMethod(MethodType value)
Method
' attribute.
value
- the new value of the 'Method' attribute.MethodType
,
isSetMethod()
,
unsetMethod()
,
getMethod()
void unsetMethod()
Method
' attribute.
isSetMethod()
,
getMethod()
,
setMethod(MethodType)
boolean isSetMethod()
Method
' attribute is set.
unsetMethod()
,
getMethod()
,
setMethod(MethodType)
java.lang.String getMimeType()
setMimeType(String)
,
Wps10Package.getInputReferenceType_MimeType()
void setMimeType(java.lang.String value)
Mime Type
' attribute.
value
- the new value of the 'Mime Type' attribute.getMimeType()
java.lang.String getSchema()
setSchema(String)
,
Wps10Package.getInputReferenceType_Schema()
void setSchema(java.lang.String value)
Schema
' attribute.
value
- the new value of the 'Schema' attribute.getSchema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |