Class ProcessOffering
- java.lang.Object
-
- net.opengis.wps.v_2_0.ProcessOffering
-
- 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 ProcessOffering 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
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.opengis.net/wps/2.0}Process"/> <any processContents='lax' namespace='##other'/> </choice> </sequence> <attGroup ref="{http://www.opengis.net/wps/2.0}processPropertiesAttributes"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected List<String>jobControlOptionsprotected List<DataTransmissionModeType>outputTransmissionprotected ProcessDescriptionTypeprocessprotected StringprocessModelprotected StringprocessVersion
-
Constructor Summary
Constructors Constructor Description ProcessOffering()Default no-arg constructorProcessOffering(ProcessDescriptionType process, Object any, List<String> jobControlOptions, List<DataTransmissionModeType> outputTransmission, String processVersion, String processModel)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)ObjectgetAny()Gets the value of the any property.List<String>getJobControlOptions()Gets the value of the jobControlOptions property.List<DataTransmissionModeType>getOutputTransmission()Gets the value of the outputTransmission property.ProcessDescriptionTypegetProcess()Gets the value of the process property.StringgetProcessModel()Gets the value of the processModel property.StringgetProcessVersion()Gets the value of the processVersion property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAny()booleanisSetJobControlOptions()booleanisSetOutputTransmission()booleanisSetProcess()booleanisSetProcessModel()booleanisSetProcessVersion()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)voidsetAny(Object value)Sets the value of the any property.voidsetJobControlOptions(List<String> value)voidsetOutputTransmission(List<DataTransmissionModeType> value)voidsetProcess(ProcessDescriptionType value)Sets the value of the process property.voidsetProcessModel(String value)Sets the value of the processModel property.voidsetProcessVersion(String value)Sets the value of the processVersion property.StringtoString()voidunsetJobControlOptions()voidunsetOutputTransmission()ProcessOfferingwithAny(Object value)ProcessOfferingwithJobControlOptions(String... values)ProcessOfferingwithJobControlOptions(Collection<String> values)ProcessOfferingwithJobControlOptions(List<String> value)ProcessOfferingwithOutputTransmission(Collection<DataTransmissionModeType> values)ProcessOfferingwithOutputTransmission(List<DataTransmissionModeType> value)ProcessOfferingwithOutputTransmission(DataTransmissionModeType... values)ProcessOfferingwithProcess(ProcessDescriptionType value)ProcessOfferingwithProcessModel(String value)ProcessOfferingwithProcessVersion(String value)
-
-
-
Field Detail
-
process
protected ProcessDescriptionType process
-
any
protected Object any
-
outputTransmission
protected List<DataTransmissionModeType> outputTransmission
-
processVersion
protected String processVersion
-
processModel
protected String processModel
-
-
Constructor Detail
-
ProcessOffering
public ProcessOffering()
Default no-arg constructor
-
ProcessOffering
public ProcessOffering(ProcessDescriptionType process, Object any, List<String> jobControlOptions, List<DataTransmissionModeType> outputTransmission, String processVersion, String processModel)
Fully-initialising value constructor
-
-
Method Detail
-
getProcess
public ProcessDescriptionType getProcess()
Gets the value of the process property.- Returns:
- possible object is
ProcessDescriptionType
-
setProcess
public void setProcess(ProcessDescriptionType value)
Sets the value of the process property.- Parameters:
value- allowed object isProcessDescriptionType
-
isSetProcess
public boolean isSetProcess()
-
getAny
public Object getAny()
Gets the value of the any property.
-
setAny
public void setAny(Object value)
Sets the value of the any property.
-
isSetAny
public boolean isSetAny()
-
getJobControlOptions
public List<String> getJobControlOptions()
Gets the value of the jobControlOptions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the jobControlOptions property.For example, to add a new item, do as follows:
getJobControlOptions().add(newItem);Objects of the following type(s) are allowed in the list
String
-
isSetJobControlOptions
public boolean isSetJobControlOptions()
-
unsetJobControlOptions
public void unsetJobControlOptions()
-
getOutputTransmission
public List<DataTransmissionModeType> getOutputTransmission()
Gets the value of the outputTransmission property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the outputTransmission property.For example, to add a new item, do as follows:
getOutputTransmission().add(newItem);Objects of the following type(s) are allowed in the list
DataTransmissionModeType
-
isSetOutputTransmission
public boolean isSetOutputTransmission()
-
unsetOutputTransmission
public void unsetOutputTransmission()
-
getProcessVersion
public String getProcessVersion()
Gets the value of the processVersion property.- Returns:
- possible object is
String
-
setProcessVersion
public void setProcessVersion(String value)
Sets the value of the processVersion property.- Parameters:
value- allowed object isString
-
isSetProcessVersion
public boolean isSetProcessVersion()
-
getProcessModel
public String getProcessModel()
Gets the value of the processModel property.- Returns:
- possible object is
String
-
setProcessModel
public void setProcessModel(String value)
Sets the value of the processModel property.- Parameters:
value- allowed object isString
-
isSetProcessModel
public boolean isSetProcessModel()
-
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
-
setOutputTransmission
public void setOutputTransmission(List<DataTransmissionModeType> value)
-
withProcess
public ProcessOffering withProcess(ProcessDescriptionType value)
-
withAny
public ProcessOffering withAny(Object value)
-
withJobControlOptions
public ProcessOffering withJobControlOptions(String... values)
-
withJobControlOptions
public ProcessOffering withJobControlOptions(Collection<String> values)
-
withOutputTransmission
public ProcessOffering withOutputTransmission(DataTransmissionModeType... values)
-
withOutputTransmission
public ProcessOffering withOutputTransmission(Collection<DataTransmissionModeType> values)
-
withProcessVersion
public ProcessOffering withProcessVersion(String value)
-
withProcessModel
public ProcessOffering withProcessModel(String value)
-
withJobControlOptions
public ProcessOffering withJobControlOptions(List<String> value)
-
withOutputTransmission
public ProcessOffering withOutputTransmission(List<DataTransmissionModeType> value)
-
-