|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractResponseParametersType
net.opengis.ols.v_1_2.GetPortrayMapCapabilitiesResponseType
public class GetPortrayMapCapabilitiesResponseType
Java class for GetPortrayMapCapabilitiesResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPortrayMapCapabilitiesResponseType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractResponseParametersType">
<sequence>
<element name="AvailableSRS" type="{http://www.opengis.net/xls}AvailableSRSType"/>
<element name="AvailableLayers" type="{http://www.opengis.net/xls}AvailableLayersType"/>
<element name="AvailableFormats" type="{http://www.opengis.net/xls}AvailableFormatsType"/>
<element name="AvailableStyles" type="{http://www.opengis.net/xls}AvailableStylesType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AvailableFormatsType |
availableFormats
|
protected AvailableLayersType |
availableLayers
|
protected AvailableSRSType |
availableSRS
|
protected AvailableStylesType |
availableStyles
|
| Constructor Summary | |
|---|---|
GetPortrayMapCapabilitiesResponseType()
|
|
| 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)
|
AvailableFormatsType |
getAvailableFormats()
Gets the value of the availableFormats property. |
AvailableLayersType |
getAvailableLayers()
Gets the value of the availableLayers property. |
AvailableSRSType |
getAvailableSRS()
Gets the value of the availableSRS property. |
AvailableStylesType |
getAvailableStyles()
Gets the value of the availableStyles property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAvailableFormats()
|
boolean |
isSetAvailableLayers()
|
boolean |
isSetAvailableSRS()
|
boolean |
isSetAvailableStyles()
|
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 |
setAvailableFormats(AvailableFormatsType value)
Sets the value of the availableFormats property. |
void |
setAvailableLayers(AvailableLayersType value)
Sets the value of the availableLayers property. |
void |
setAvailableSRS(AvailableSRSType value)
Sets the value of the availableSRS property. |
void |
setAvailableStyles(AvailableStylesType value)
Sets the value of the availableStyles property. |
String |
toString()
|
GetPortrayMapCapabilitiesResponseType |
withAvailableFormats(AvailableFormatsType value)
|
GetPortrayMapCapabilitiesResponseType |
withAvailableLayers(AvailableLayersType value)
|
GetPortrayMapCapabilitiesResponseType |
withAvailableSRS(AvailableSRSType value)
|
GetPortrayMapCapabilitiesResponseType |
withAvailableStyles(AvailableStylesType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AvailableSRSType availableSRS
protected AvailableLayersType availableLayers
protected AvailableFormatsType availableFormats
protected AvailableStylesType availableStyles
| Constructor Detail |
|---|
public GetPortrayMapCapabilitiesResponseType()
| Method Detail |
|---|
public AvailableSRSType getAvailableSRS()
AvailableSRSTypepublic void setAvailableSRS(AvailableSRSType value)
value - allowed object is
AvailableSRSTypepublic boolean isSetAvailableSRS()
public AvailableLayersType getAvailableLayers()
AvailableLayersTypepublic void setAvailableLayers(AvailableLayersType value)
value - allowed object is
AvailableLayersTypepublic boolean isSetAvailableLayers()
public AvailableFormatsType getAvailableFormats()
AvailableFormatsTypepublic void setAvailableFormats(AvailableFormatsType value)
value - allowed object is
AvailableFormatsTypepublic boolean isSetAvailableFormats()
public AvailableStylesType getAvailableStyles()
AvailableStylesTypepublic void setAvailableStyles(AvailableStylesType value)
value - allowed object is
AvailableStylesTypepublic boolean isSetAvailableStyles()
public String toString()
toString in class AbstractResponseParametersType
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 AbstractResponseParametersType
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 AbstractResponseParametersType
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 AbstractResponseParametersTypepublic boolean equals(Object object)
equals in class AbstractResponseParametersType
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 AbstractResponseParametersTypepublic int hashCode()
hashCode in class AbstractResponseParametersTypepublic Object clone()
clone in class AbstractResponseParametersTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractResponseParametersType
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 AbstractResponseParametersTypepublic 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 AbstractResponseParametersType
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 AbstractResponseParametersTypepublic GetPortrayMapCapabilitiesResponseType withAvailableSRS(AvailableSRSType value)
public GetPortrayMapCapabilitiesResponseType withAvailableLayers(AvailableLayersType value)
public GetPortrayMapCapabilitiesResponseType withAvailableFormats(AvailableFormatsType value)
public GetPortrayMapCapabilitiesResponseType withAvailableStyles(AvailableStylesType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||