net.opengis.ols.v_1_2
Class GetPortrayMapCapabilitiesResponseType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractResponseParametersType
      extended by net.opengis.ols.v_1_2.GetPortrayMapCapabilitiesResponseType
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 GetPortrayMapCapabilitiesResponseType
extends AbstractResponseParametersType
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 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.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)
           
 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.HashCodeStrategy2 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.MergeStrategy2 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

availableSRS

protected AvailableSRSType availableSRS

availableLayers

protected AvailableLayersType availableLayers

availableFormats

protected AvailableFormatsType availableFormats

availableStyles

protected AvailableStylesType availableStyles
Constructor Detail

GetPortrayMapCapabilitiesResponseType

public GetPortrayMapCapabilitiesResponseType()
Method Detail

getAvailableSRS

public AvailableSRSType getAvailableSRS()
Gets the value of the availableSRS property.

Returns:
possible object is AvailableSRSType

setAvailableSRS

public void setAvailableSRS(AvailableSRSType value)
Sets the value of the availableSRS property.

Parameters:
value - allowed object is AvailableSRSType

isSetAvailableSRS

public boolean isSetAvailableSRS()

getAvailableLayers

public AvailableLayersType getAvailableLayers()
Gets the value of the availableLayers property.

Returns:
possible object is AvailableLayersType

setAvailableLayers

public void setAvailableLayers(AvailableLayersType value)
Sets the value of the availableLayers property.

Parameters:
value - allowed object is AvailableLayersType

isSetAvailableLayers

public boolean isSetAvailableLayers()

getAvailableFormats

public AvailableFormatsType getAvailableFormats()
Gets the value of the availableFormats property.

Returns:
possible object is AvailableFormatsType

setAvailableFormats

public void setAvailableFormats(AvailableFormatsType value)
Sets the value of the availableFormats property.

Parameters:
value - allowed object is AvailableFormatsType

isSetAvailableFormats

public boolean isSetAvailableFormats()

getAvailableStyles

public AvailableStylesType getAvailableStyles()
Gets the value of the availableStyles property.

Returns:
possible object is AvailableStylesType

setAvailableStyles

public void setAvailableStyles(AvailableStylesType value)
Sets the value of the availableStyles property.

Parameters:
value - allowed object is AvailableStylesType

isSetAvailableStyles

public boolean isSetAvailableStyles()

toString

public String toString()
Overrides:
toString in class AbstractResponseParametersType

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 AbstractResponseParametersType

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 AbstractResponseParametersType

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 AbstractResponseParametersType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractResponseParametersType

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 AbstractResponseParametersType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractResponseParametersType

clone

public Object clone()
Overrides:
clone in class AbstractResponseParametersType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractResponseParametersType

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 AbstractResponseParametersType

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

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractResponseParametersType

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 AbstractResponseParametersType

withAvailableSRS

public GetPortrayMapCapabilitiesResponseType withAvailableSRS(AvailableSRSType value)

withAvailableLayers

public GetPortrayMapCapabilitiesResponseType withAvailableLayers(AvailableLayersType value)

withAvailableFormats

public GetPortrayMapCapabilitiesResponseType withAvailableFormats(AvailableFormatsType value)

withAvailableStyles

public GetPortrayMapCapabilitiesResponseType withAvailableStyles(AvailableStylesType value)


Copyright © 2008-2015. All Rights Reserved.