Class ProcessSummaryType
- java.lang.Object
-
- net.opengis.ows.v_2_0.DescriptionType
-
- net.opengis.ows.v_2_0.BasicIdentificationType
-
- net.opengis.wps.v_2_0.DescriptionType
-
- net.opengis.wps.v_2_0.ProcessSummaryType
-
- 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 ProcessSummaryType extends DescriptionType 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
The process summary consists of descriptive elements at the process level, the process profiles and the service-specific properties. The process summary is not specific about process inputs and outputs.Java class for ProcessSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessSummaryType"> <complexContent> <extension base="{http://www.opengis.net/wps/2.0}DescriptionType"> <attGroup ref="{http://www.opengis.net/wps/2.0}processPropertiesAttributes"/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>jobControlOptionsprotected List<DataTransmissionModeType>outputTransmissionprotected StringprocessModelprotected StringprocessVersion-
Fields inherited from class net.opengis.ows.v_2_0.BasicIdentificationType
identifier, metadata
-
Fields inherited from class net.opengis.ows.v_2_0.DescriptionType
_abstract, keywords, title
-
-
Constructor Summary
Constructors Constructor Description ProcessSummaryType()Default no-arg constructorProcessSummaryType(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)List<String>getJobControlOptions()Gets the value of the jobControlOptions property.List<DataTransmissionModeType>getOutputTransmission()Gets the value of the outputTransmission 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)booleanisSetJobControlOptions()booleanisSetOutputTransmission()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)voidsetJobControlOptions(List<String> value)voidsetOutputTransmission(List<DataTransmissionModeType> value)voidsetProcessModel(String value)Sets the value of the processModel property.voidsetProcessVersion(String value)Sets the value of the processVersion property.StringtoString()voidunsetJobControlOptions()voidunsetOutputTransmission()ProcessSummaryTypewithJobControlOptions(String... values)ProcessSummaryTypewithJobControlOptions(Collection<String> values)ProcessSummaryTypewithJobControlOptions(List<String> value)ProcessSummaryTypewithOutputTransmission(Collection<DataTransmissionModeType> values)ProcessSummaryTypewithOutputTransmission(List<DataTransmissionModeType> value)ProcessSummaryTypewithOutputTransmission(DataTransmissionModeType... values)ProcessSummaryTypewithProcessModel(String value)ProcessSummaryTypewithProcessVersion(String value)-
Methods inherited from class net.opengis.ows.v_2_0.BasicIdentificationType
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, setMetadata, unsetMetadata, withAbstract, withAbstract, withAbstract, withIdentifier, withKeywords, withKeywords, withKeywords, withMetadata, withMetadata, withMetadata, withTitle, withTitle, withTitle
-
Methods inherited from class net.opengis.ows.v_2_0.DescriptionType
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle
-
-
-
-
Method Detail
-
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()
-
toString
public String toString()
- Overrides:
toStringin classDescriptionType
-
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- Overrides:
appendin classDescriptionType
-
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- Overrides:
appendFieldsin classDescriptionType
-
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- Overrides:
equalsin classDescriptionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDescriptionType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classDescriptionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescriptionType
-
clone
public Object clone()
- Overrides:
clonein classDescriptionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classDescriptionType
-
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- Overrides:
copyToin classDescriptionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classDescriptionType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classDescriptionType
-
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- Overrides:
mergeFromin classDescriptionType
-
setOutputTransmission
public void setOutputTransmission(List<DataTransmissionModeType> value)
-
withJobControlOptions
public ProcessSummaryType withJobControlOptions(String... values)
-
withJobControlOptions
public ProcessSummaryType withJobControlOptions(Collection<String> values)
-
withOutputTransmission
public ProcessSummaryType withOutputTransmission(DataTransmissionModeType... values)
-
withOutputTransmission
public ProcessSummaryType withOutputTransmission(Collection<DataTransmissionModeType> values)
-
withProcessVersion
public ProcessSummaryType withProcessVersion(String value)
-
withProcessModel
public ProcessSummaryType withProcessModel(String value)
-
withJobControlOptions
public ProcessSummaryType withJobControlOptions(List<String> value)
-
withOutputTransmission
public ProcessSummaryType withOutputTransmission(List<DataTransmissionModeType> value)
-
-