|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wps.v_2_0.ReferenceType
public class ReferenceType
Reference to an input (output) value that is a web accessible resource.
Java class for ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="Body" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="BodyReference">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<attGroup ref="{http://www.opengis.net/wps/2.0.0}dataEncodingAttributes"/>
<attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ReferenceType.BodyReference
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Object |
body
|
protected ReferenceType.BodyReference |
bodyReference
|
protected String |
encoding
|
protected String |
href
|
protected String |
mimeType
|
protected String |
schema
|
| Constructor Summary | |
|---|---|
ReferenceType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Object |
getBody()
Gets the value of the body property. |
ReferenceType.BodyReference |
getBodyReference()
Gets the value of the bodyReference property. |
String |
getEncoding()
Gets the value of the encoding property. |
String |
getHref()
Reference to a web-accessible resource that can be used as input, or is provided by the process as output. |
String |
getMimeType()
Gets the value of the mimeType property. |
String |
getSchema()
Gets the value of the schema property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setBody(Object value)
Sets the value of the body property. |
void |
setBodyReference(ReferenceType.BodyReference value)
Sets the value of the bodyReference property. |
void |
setEncoding(String value)
Sets the value of the encoding property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setSchema(String value)
Sets the value of the schema property. |
String |
toString()
|
ReferenceType |
withBody(Object value)
|
ReferenceType |
withBodyReference(ReferenceType.BodyReference value)
|
ReferenceType |
withEncoding(String value)
|
ReferenceType |
withHref(String value)
|
ReferenceType |
withMimeType(String value)
|
ReferenceType |
withSchema(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Object body
protected ReferenceType.BodyReference bodyReference
protected String href
protected String mimeType
protected String encoding
protected String schema
| Constructor Detail |
|---|
public ReferenceType()
| Method Detail |
|---|
public Object getBody()
Objectpublic void setBody(Object value)
value - allowed object is
Objectpublic ReferenceType.BodyReference getBodyReference()
ReferenceType.BodyReferencepublic void setBodyReference(ReferenceType.BodyReference value)
value - allowed object is
ReferenceType.BodyReferencepublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic ReferenceType withBody(Object value)
public ReferenceType withBodyReference(ReferenceType.BodyReference value)
public ReferenceType withHref(String value)
public ReferenceType withMimeType(String value)
public ReferenceType withEncoding(String value)
public ReferenceType withSchema(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||