net.opengis.ols.v_1_2
Class AbstractGatewayParametersType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractGatewayParametersType
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:
InputGatewayParametersType, OutputGatewayParametersType

public abstract class AbstractGatewayParametersType
extends Object
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 AbstractGatewayParametersType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractGatewayParametersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RequestedQoP" type="{http://www.opengis.net/xls}QualityOfPositionType" minOccurs="0"/>
       </sequence>
       <attribute name="locationType" default="CURRENT">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="CURRENT"/>
             <enumeration value="LAST"/>
             <enumeration value="CURRENT_OR_LAST"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="requestedsrsName" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="priority" default="HIGH">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="NORMAL"/>
             <enumeration value="HIGH"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String locationType
           
protected  String priority
           
protected  QualityOfPositionType requestedQoP
           
protected  String requestedsrsName
           
 
Constructor Summary
AbstractGatewayParametersType()
           
 
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)
           
 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)
           
 String getLocationType()
          Gets the value of the locationType property.
 String getPriority()
          Gets the value of the priority property.
 QualityOfPositionType getRequestedQoP()
          Gets the value of the requestedQoP property.
 String getRequestedsrsName()
          Gets the value of the requestedsrsName property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetLocationType()
           
 boolean isSetPriority()
           
 boolean isSetRequestedQoP()
           
 boolean isSetRequestedsrsName()
           
 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 setLocationType(String value)
          Sets the value of the locationType property.
 void setPriority(String value)
          Sets the value of the priority property.
 void setRequestedQoP(QualityOfPositionType value)
          Sets the value of the requestedQoP property.
 void setRequestedsrsName(String value)
          Sets the value of the requestedsrsName property.
 String toString()
           
 AbstractGatewayParametersType withLocationType(String value)
           
 AbstractGatewayParametersType withPriority(String value)
           
 AbstractGatewayParametersType withRequestedQoP(QualityOfPositionType value)
           
 AbstractGatewayParametersType withRequestedsrsName(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo2
createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom2
createNewInstance
 

Field Detail

requestedQoP

protected QualityOfPositionType requestedQoP

locationType

protected String locationType

requestedsrsName

protected String requestedsrsName

priority

protected String priority
Constructor Detail

AbstractGatewayParametersType

public AbstractGatewayParametersType()
Method Detail

getRequestedQoP

public QualityOfPositionType getRequestedQoP()
Gets the value of the requestedQoP property.

Returns:
possible object is QualityOfPositionType

setRequestedQoP

public void setRequestedQoP(QualityOfPositionType value)
Sets the value of the requestedQoP property.

Parameters:
value - allowed object is QualityOfPositionType

isSetRequestedQoP

public boolean isSetRequestedQoP()

getLocationType

public String getLocationType()
Gets the value of the locationType property.

Returns:
possible object is String

setLocationType

public void setLocationType(String value)
Sets the value of the locationType property.

Parameters:
value - allowed object is String

isSetLocationType

public boolean isSetLocationType()

getRequestedsrsName

public String getRequestedsrsName()
Gets the value of the requestedsrsName property.

Returns:
possible object is String

setRequestedsrsName

public void setRequestedsrsName(String value)
Sets the value of the requestedsrsName property.

Parameters:
value - allowed object is String

isSetRequestedsrsName

public boolean isSetRequestedsrsName()

getPriority

public String getPriority()
Gets the value of the priority property.

Returns:
possible object is String

setPriority

public void setPriority(String value)
Sets the value of the priority property.

Parameters:
value - allowed object is String

isSetPriority

public boolean isSetPriority()

toString

public String toString()
Overrides:
toString in class Object

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

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

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

equals

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

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

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

mergeFrom

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

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

withRequestedQoP

public AbstractGatewayParametersType withRequestedQoP(QualityOfPositionType value)

withLocationType

public AbstractGatewayParametersType withLocationType(String value)

withRequestedsrsName

public AbstractGatewayParametersType withRequestedsrsName(String value)

withPriority

public AbstractGatewayParametersType withPriority(String value)


Copyright © 2008-2016. All Rights Reserved.