Package net.opengis.wps.v_2_0
Class OutputDefinitionType
- java.lang.Object
-
- net.opengis.wps.v_2_0.OutputDefinitionType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class OutputDefinitionType extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
This structure contains information elements that describe the format and transmission mode of the output data that is delivered by a process executionJava 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}OutputDefinitionType" minOccurs="0"/> </sequence> <attGroup ref="{http://www.opengis.net/wps/2.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}DataTransmissionModeType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringencodingprotected Stringidprotected StringmimeTypeprotected OutputDefinitionTypeoutputprotected Stringschemaprotected DataTransmissionModeTypetransmission
-
Constructor Summary
Constructors Constructor Description OutputDefinitionType()Default no-arg constructorOutputDefinitionType(OutputDefinitionType output, String id, DataTransmissionModeType transmission, String mimeType, String encoding, String schema)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)StringgetEncoding()Gets the value of the encoding property.StringgetId()Gets the value of the id property.StringgetMimeType()Gets the value of the mimeType property.OutputDefinitionTypegetOutput()Gets the value of the output property.StringgetSchema()Gets the value of the schema property.DataTransmissionModeTypegetTransmission()Gets the value of the transmission property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetEncoding()booleanisSetId()booleanisSetMimeType()booleanisSetOutput()booleanisSetSchema()booleanisSetTransmission()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetEncoding(String value)Sets the value of the encoding property.voidsetId(String value)Sets the value of the id property.voidsetMimeType(String value)Sets the value of the mimeType property.voidsetOutput(OutputDefinitionType value)Sets the value of the output property.voidsetSchema(String value)Sets the value of the schema property.voidsetTransmission(DataTransmissionModeType value)Sets the value of the transmission property.StringtoString()OutputDefinitionTypewithEncoding(String value)OutputDefinitionTypewithId(String value)OutputDefinitionTypewithMimeType(String value)OutputDefinitionTypewithOutput(OutputDefinitionType value)OutputDefinitionTypewithSchema(String value)OutputDefinitionTypewithTransmission(DataTransmissionModeType value)
-
-
-
Field Detail
-
output
protected OutputDefinitionType output
-
id
protected String id
-
transmission
protected DataTransmissionModeType transmission
-
mimeType
protected String mimeType
-
encoding
protected String encoding
-
schema
protected String schema
-
-
Constructor Detail
-
OutputDefinitionType
public OutputDefinitionType()
Default no-arg constructor
-
OutputDefinitionType
public OutputDefinitionType(OutputDefinitionType output, String id, DataTransmissionModeType transmission, String mimeType, String encoding, String schema)
Fully-initialising value constructor
-
-
Method Detail
-
getOutput
public OutputDefinitionType getOutput()
Gets the value of the output property.- Returns:
- possible object is
OutputDefinitionType
-
setOutput
public void setOutput(OutputDefinitionType value)
Sets the value of the output property.- Parameters:
value- allowed object isOutputDefinitionType
-
isSetOutput
public boolean isSetOutput()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId()
-
getTransmission
public DataTransmissionModeType getTransmission()
Gets the value of the transmission property.- Returns:
- possible object is
DataTransmissionModeType
-
setTransmission
public void setTransmission(DataTransmissionModeType value)
Sets the value of the transmission property.- Parameters:
value- allowed object isDataTransmissionModeType
-
isSetTransmission
public boolean isSetTransmission()
-
getMimeType
public String getMimeType()
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
public void setMimeType(String value)
Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-
isSetMimeType
public boolean isSetMimeType()
-
getEncoding
public String getEncoding()
Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
public void setEncoding(String value)
Sets the value of the encoding property.- Parameters:
value- allowed object isString
-
isSetEncoding
public boolean isSetEncoding()
-
getSchema
public String getSchema()
Gets the value of the schema property.- Returns:
- possible object is
String
-
setSchema
public void setSchema(String value)
Sets the value of the schema property.- Parameters:
value- allowed object isString
-
isSetSchema
public boolean isSetSchema()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
withOutput
public OutputDefinitionType withOutput(OutputDefinitionType value)
-
withId
public OutputDefinitionType withId(String value)
-
withTransmission
public OutputDefinitionType withTransmission(DataTransmissionModeType value)
-
withMimeType
public OutputDefinitionType withMimeType(String value)
-
withEncoding
public OutputDefinitionType withEncoding(String value)
-
withSchema
public OutputDefinitionType withSchema(String value)
-
-