|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wps.v_2_0.OutputDefinitionType
public class OutputDefinitionType
This structure contains information elements that describe the format and transmission mode of the output data that is delivered by a process execution
Java class for OutputDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputDefinitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Output" type="{http://www.opengis.net/wps/2.0.0}OutputDefinitionType" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wps/2.0.0}dataEncodingAttributes"/>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="transmission" type="{http://www.opengis.net/wps/2.0.0}DataTransmissionModeType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
encoding
|
protected String |
id
|
protected String |
mimeType
|
protected OutputDefinitionType |
output
|
protected String |
schema
|
protected DataTransmissionModeType |
transmission
|
| Constructor Summary | |
|---|---|
OutputDefinitionType()
|
|
| 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)
|
String |
getEncoding()
Gets the value of the encoding property. |
String |
getId()
Gets the value of the id property. |
String |
getMimeType()
Gets the value of the mimeType property. |
OutputDefinitionType |
getOutput()
Gets the value of the output property. |
String |
getSchema()
Gets the value of the schema property. |
DataTransmissionModeType |
getTransmission()
Gets the value of the transmission 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 |
setEncoding(String value)
Sets the value of the encoding property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setOutput(OutputDefinitionType value)
Sets the value of the output property. |
void |
setSchema(String value)
Sets the value of the schema property. |
void |
setTransmission(DataTransmissionModeType value)
Sets the value of the transmission property. |
String |
toString()
|
OutputDefinitionType |
withEncoding(String value)
|
OutputDefinitionType |
withId(String value)
|
OutputDefinitionType |
withMimeType(String value)
|
OutputDefinitionType |
withOutput(OutputDefinitionType value)
|
OutputDefinitionType |
withSchema(String value)
|
OutputDefinitionType |
withTransmission(DataTransmissionModeType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected OutputDefinitionType output
protected String id
protected DataTransmissionModeType transmission
protected String mimeType
protected String encoding
protected String schema
| Constructor Detail |
|---|
public OutputDefinitionType()
| Method Detail |
|---|
public OutputDefinitionType getOutput()
OutputDefinitionTypepublic void setOutput(OutputDefinitionType value)
value - allowed object is
OutputDefinitionTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic DataTransmissionModeType getTransmission()
DataTransmissionModeTypepublic void setTransmission(DataTransmissionModeType value)
value - allowed object is
DataTransmissionModeTypepublic 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 OutputDefinitionType withOutput(OutputDefinitionType value)
public OutputDefinitionType withId(String value)
public OutputDefinitionType withTransmission(DataTransmissionModeType value)
public OutputDefinitionType withMimeType(String value)
public OutputDefinitionType withEncoding(String value)
public OutputDefinitionType withSchema(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||