|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.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
public class ProcessSummaryType
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 | |
|---|---|
protected List<String> |
jobControlOptions
|
protected List<DataTransmissionModeType> |
outputTransmission
|
protected String |
processModel
|
protected String |
processVersion
|
| 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 | |
|---|---|
ProcessSummaryType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
|
List<String> |
getJobControlOptions()
Gets the value of the jobControlOptions property. |
List<DataTransmissionModeType> |
getOutputTransmission()
Gets the value of the outputTransmission property. |
String |
getProcessModel()
Gets the value of the processModel property. |
String |
getProcessVersion()
Gets the value of the processVersion property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetJobControlOptions()
|
boolean |
isSetOutputTransmission()
|
boolean |
isSetProcessModel()
|
boolean |
isSetProcessVersion()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setJobControlOptions(List<String> value)
|
void |
setOutputTransmission(List<DataTransmissionModeType> value)
|
void |
setProcessModel(String value)
Sets the value of the processModel property. |
void |
setProcessVersion(String value)
Sets the value of the processVersion property. |
String |
toString()
|
void |
unsetJobControlOptions()
|
void |
unsetOutputTransmission()
|
ProcessSummaryType |
withJobControlOptions(Collection<String> values)
|
ProcessSummaryType |
withJobControlOptions(List<String> value)
|
ProcessSummaryType |
withJobControlOptions(String... values)
|
ProcessSummaryType |
withOutputTransmission(Collection<DataTransmissionModeType> values)
|
ProcessSummaryType |
withOutputTransmission(DataTransmissionModeType... values)
|
ProcessSummaryType |
withOutputTransmission(List<DataTransmissionModeType> value)
|
ProcessSummaryType |
withProcessModel(String value)
|
ProcessSummaryType |
withProcessVersion(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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<String> jobControlOptions
protected List<DataTransmissionModeType> outputTransmission
protected String processVersion
protected String processModel
| Constructor Detail |
|---|
public ProcessSummaryType()
| Method Detail |
|---|
public List<String> getJobControlOptions()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetJobControlOptions()
public void unsetJobControlOptions()
public List<DataTransmissionModeType> getOutputTransmission()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetOutputTransmission()
public void unsetOutputTransmission()
public String getProcessVersion()
Stringpublic void setProcessVersion(String value)
value - allowed object is
Stringpublic boolean isSetProcessVersion()
public String getProcessModel()
Stringpublic void setProcessModel(String value)
value - allowed object is
Stringpublic boolean isSetProcessModel()
public String toString()
toString in class DescriptionType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class DescriptionType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class DescriptionType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class DescriptionTypepublic boolean equals(Object object)
equals in class DescriptionType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class DescriptionTypepublic int hashCode()
hashCode in class DescriptionTypepublic Object clone()
clone in class DescriptionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DescriptionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionType
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionTypepublic void setJobControlOptions(List<String> value)
public void setOutputTransmission(List<DataTransmissionModeType> value)
public ProcessSummaryType withJobControlOptions(String... values)
public ProcessSummaryType withJobControlOptions(Collection<String> values)
public ProcessSummaryType withOutputTransmission(DataTransmissionModeType... values)
public ProcessSummaryType withOutputTransmission(Collection<DataTransmissionModeType> values)
public ProcessSummaryType withProcessVersion(String value)
public ProcessSummaryType withProcessModel(String value)
public ProcessSummaryType withJobControlOptions(List<String> value)
public ProcessSummaryType withOutputTransmission(List<DataTransmissionModeType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||