net.opengis.wcst.v_1_1
Class CoverageType
java.lang.Object
net.opengis.ows.v_1_1_0.DescriptionType
net.opengis.ows.v_1_1_0.BasicIdentificationType
net.opengis.ows.v_1_1_0.ReferenceGroupType
net.opengis.wcst.v_1_1.CoverageType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
public class CoverageType
- extends ReferenceGroupType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for CoverageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoverageType">
<complexContent>
<extension base="{http://www.opengis.net/ows/1.1}ReferenceGroupType">
<sequence>
<element ref="{http://www.opengis.net/wcs/1.1/wcst}Action"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
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)
|
Action |
getAction()
The specific add, update, or delete action to be performed on this coverage. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAction()
|
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 |
setAction(Action value)
Sets the value of the action property. |
String |
toString()
|
CoverageType |
withAction(Action value)
|
| Methods inherited from class net.opengis.ows.v_1_1_0.ReferenceGroupType |
getAbstractReferenceBase, isSetAbstractReferenceBase, setAbstractReferenceBase, unsetAbstractReferenceBase, withAbstract, withAbstract, withAbstract, withAbstractReferenceBase, withAbstractReferenceBase, withAbstractReferenceBase, withIdentifier, withKeywords, withKeywords, withKeywords, withMetadata, withMetadata, withMetadata, withTitle, withTitle, withTitle |
| Methods inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle |
action
protected Action action
CoverageType
public CoverageType()
getAction
public Action getAction()
- The specific add, update, or delete action to be performed on this coverage.
- Returns:
- possible object is
Action
setAction
public void setAction(Action value)
- Sets the value of the action property.
- Parameters:
value - allowed object is
Action
isSetAction
public boolean isSetAction()
toString
public String toString()
- Overrides:
toString in class ReferenceGroupType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class ReferenceGroupType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFields in class ReferenceGroupType
equals
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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equals in class ReferenceGroupType
equals
public boolean equals(Object object)
- Overrides:
equals in class ReferenceGroupType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCode in class ReferenceGroupType
hashCode
public int hashCode()
- Overrides:
hashCode in class ReferenceGroupType
clone
public Object clone()
- Overrides:
clone in class ReferenceGroupType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class ReferenceGroupType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class ReferenceGroupType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
createNewInstance in class ReferenceGroupType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class ReferenceGroupType
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.MergeStrategy2 strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class ReferenceGroupType
withAction
public CoverageType withAction(Action value)
Copyright © 2008-2015. All Rights Reserved.