|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wcs.v_2_0.DimensionSubsetType
net.opengis.wcs.v_2_0.DimensionTrimType
public class DimensionTrimType
Java class for DimensionTrimType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DimensionTrimType">
<complexContent>
<extension base="{http://www.opengis.net/wcs/2.0}DimensionSubsetType">
<sequence>
<element name="TrimLow" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TrimHigh" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
trimHigh
|
protected String |
trimLow
|
| Fields inherited from class net.opengis.wcs.v_2_0.DimensionSubsetType |
|---|
dimension |
| Constructor Summary | |
|---|---|
DimensionTrimType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
|
String |
getTrimHigh()
Gets the value of the trimHigh property. |
String |
getTrimLow()
Gets the value of the trimLow property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetTrimHigh()
|
boolean |
isSetTrimLow()
|
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.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setTrimHigh(String value)
Sets the value of the trimHigh property. |
void |
setTrimLow(String value)
Sets the value of the trimLow property. |
String |
toString()
|
DimensionTrimType |
withDimension(String value)
|
DimensionTrimType |
withTrimHigh(String value)
|
DimensionTrimType |
withTrimLow(String value)
|
| Methods inherited from class net.opengis.wcs.v_2_0.DimensionSubsetType |
|---|
getDimension, isSetDimension, setDimension |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String trimLow
protected String trimHigh
| Constructor Detail |
|---|
public DimensionTrimType()
| Method Detail |
|---|
public String getTrimLow()
Stringpublic void setTrimLow(String value)
value - allowed object is
Stringpublic boolean isSetTrimLow()
public String getTrimHigh()
Stringpublic void setTrimHigh(String value)
value - allowed object is
Stringpublic boolean isSetTrimHigh()
public String toString()
toString in class DimensionSubsetType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class DimensionSubsetType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class DimensionSubsetType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class DimensionSubsetTypepublic boolean equals(Object object)
equals in class DimensionSubsetType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class DimensionSubsetTypepublic int hashCode()
hashCode in class DimensionSubsetTypepublic Object clone()
clone in class DimensionSubsetTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class DimensionSubsetType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class DimensionSubsetTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class DimensionSubsetType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class DimensionSubsetTypepublic DimensionTrimType withTrimLow(String value)
public DimensionTrimType withTrimHigh(String value)
public DimensionTrimType withDimension(String value)
withDimension in class DimensionSubsetType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||