net.opengis.ows.v_2_0
Class AdditionalParametersBaseType
java.lang.Object
net.opengis.ows.v_2_0.MetadataType
net.opengis.ows.v_2_0.AdditionalParametersBaseType
- 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
- Direct Known Subclasses:
- AdditionalParametersType
public class AdditionalParametersBaseType
- extends MetadataType
- 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 AdditionalParametersBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalParametersBaseType">
<complexContent>
<restriction base="{http://www.opengis.net/ows/2.0}MetadataType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}AdditionalParameter"/>
</sequence>
</restriction>
</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)
|
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
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)
|
String |
toString()
|
AdditionalParametersBaseType |
withAbout(String value)
|
AdditionalParametersBaseType |
withAbstractMetaData(JAXBElement<?> value)
|
AdditionalParametersBaseType |
withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
|
AdditionalParametersBaseType |
withArcrole(String value)
|
AdditionalParametersBaseType |
withHref(String value)
|
AdditionalParametersBaseType |
withRole(String value)
|
AdditionalParametersBaseType |
withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
|
AdditionalParametersBaseType |
withTitle(String value)
|
AdditionalParametersBaseType |
withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
|
| Methods inherited from class net.opengis.ows.v_2_0.MetadataType |
getAbout, getAbstractMetaData, getActuate, getArcrole, getHref, getRole, getShow, getTitle, getTYPE, isSetAbout, isSetAbstractMetaData, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, isSetTYPE, setAbout, setAbstractMetaData, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setTYPE |
AdditionalParametersBaseType
public AdditionalParametersBaseType()
toString
public String toString()
- Overrides:
toString in class MetadataType
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 MetadataType
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 MetadataType
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 MetadataType
equals
public boolean equals(Object object)
- Overrides:
equals in class MetadataType
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 MetadataType
hashCode
public int hashCode()
- Overrides:
hashCode in class MetadataType
clone
public Object clone()
- Overrides:
clone in class MetadataType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class MetadataType
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 MetadataType
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 MetadataType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class MetadataType
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 MetadataType
withAbstractMetaData
public AdditionalParametersBaseType withAbstractMetaData(JAXBElement<?> value)
- Overrides:
withAbstractMetaData in class MetadataType
withAbout
public AdditionalParametersBaseType withAbout(String value)
- Overrides:
withAbout in class MetadataType
withTYPE
public AdditionalParametersBaseType withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
- Overrides:
withTYPE in class MetadataType
withHref
public AdditionalParametersBaseType withHref(String value)
- Overrides:
withHref in class MetadataType
withRole
public AdditionalParametersBaseType withRole(String value)
- Overrides:
withRole in class MetadataType
withArcrole
public AdditionalParametersBaseType withArcrole(String value)
- Overrides:
withArcrole in class MetadataType
withTitle
public AdditionalParametersBaseType withTitle(String value)
- Overrides:
withTitle in class MetadataType
withShow
public AdditionalParametersBaseType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
- Overrides:
withShow in class MetadataType
withActuate
public AdditionalParametersBaseType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
- Overrides:
withActuate in class MetadataType
Copyright © 2008-2016. All Rights Reserved.