|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractRequestParametersType
net.opengis.ols.v_1_2.PortrayMapRequestType
public class PortrayMapRequestType
Java class for PortrayMapRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortrayMapRequestType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractRequestParametersType">
<sequence>
<element name="Output" type="{http://www.opengis.net/xls}OutputType" maxOccurs="unbounded"/>
<element name="Basemap" type="{http://www.opengis.net/xls}LayerType" minOccurs="0"/>
<element name="Overlay" type="{http://www.opengis.net/xls}OverlayType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LayerType |
basemap
|
protected List<OutputType> |
output
|
protected List<OverlayType> |
overlay
|
| Constructor Summary | |
|---|---|
PortrayMapRequestType()
|
|
| 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)
|
LayerType |
getBasemap()
Gets the value of the basemap property. |
List<OutputType> |
getOutput()
Gets the value of the output property. |
List<OverlayType> |
getOverlay()
Gets the value of the overlay property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetBasemap()
|
boolean |
isSetOutput()
|
boolean |
isSetOverlay()
|
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 |
setBasemap(LayerType value)
Sets the value of the basemap property. |
void |
setOutput(List<OutputType> value)
|
void |
setOverlay(List<OverlayType> value)
|
String |
toString()
|
void |
unsetOutput()
|
void |
unsetOverlay()
|
PortrayMapRequestType |
withBasemap(LayerType value)
|
PortrayMapRequestType |
withOutput(Collection<OutputType> values)
|
PortrayMapRequestType |
withOutput(List<OutputType> value)
|
PortrayMapRequestType |
withOutput(OutputType... values)
|
PortrayMapRequestType |
withOverlay(Collection<OverlayType> values)
|
PortrayMapRequestType |
withOverlay(List<OverlayType> value)
|
PortrayMapRequestType |
withOverlay(OverlayType... values)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<OutputType> output
protected LayerType basemap
protected List<OverlayType> overlay
| Constructor Detail |
|---|
public PortrayMapRequestType()
| Method Detail |
|---|
public List<OutputType> getOutput()
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 output property.
For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
OutputType
public boolean isSetOutput()
public void unsetOutput()
public LayerType getBasemap()
LayerTypepublic void setBasemap(LayerType value)
value - allowed object is
LayerTypepublic boolean isSetBasemap()
public List<OverlayType> getOverlay()
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 overlay property.
For example, to add a new item, do as follows:
getOverlay().add(newItem);
Objects of the following type(s) are allowed in the list
OverlayType
public boolean isSetOverlay()
public void unsetOverlay()
public String toString()
toString in class AbstractRequestParametersType
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 AbstractRequestParametersType
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 AbstractRequestParametersType
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 AbstractRequestParametersTypepublic boolean equals(Object object)
equals in class AbstractRequestParametersType
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 AbstractRequestParametersTypepublic int hashCode()
hashCode in class AbstractRequestParametersTypepublic Object clone()
clone in class AbstractRequestParametersTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractRequestParametersType
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 AbstractRequestParametersTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractRequestParametersType
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 AbstractRequestParametersTypepublic void setOutput(List<OutputType> value)
public void setOverlay(List<OverlayType> value)
public PortrayMapRequestType withOutput(OutputType... values)
public PortrayMapRequestType withOutput(Collection<OutputType> values)
public PortrayMapRequestType withBasemap(LayerType value)
public PortrayMapRequestType withOverlay(OverlayType... values)
public PortrayMapRequestType withOverlay(Collection<OverlayType> values)
public PortrayMapRequestType withOutput(List<OutputType> value)
public PortrayMapRequestType withOverlay(List<OverlayType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||