net.opengis.tjs.v_1_0
Class JoinAbilities

java.lang.Object
  extended by net.opengis.tjs.v_1_0.JoinAbilities
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class JoinAbilities
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/tjs/1.0}SpatialFrameworks"/>
         <element ref="{http://www.opengis.net/tjs/1.0}AttributeLimit"/>
         <element name="OutputMechanisms" type="{http://www.opengis.net/tjs/1.0}OutputMechanismsType"/>
         <element name="OutputStylings" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.opengis.net/tjs/1.0}OutputStylingsType">
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="ClassificationSchemaURL" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/tjs/1.0}RootAttributesGroup"/>
       <attribute name="updateSupported" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class JoinAbilities.OutputStylings
          Java class for anonymous complex type.
 
Field Summary
protected  BigInteger attributeLimit
           
protected  String capabilities
           
protected  Object classificationSchemaURL
           
protected  String lang
           
protected  OutputMechanismsType outputMechanisms
           
protected  JoinAbilities.OutputStylings outputStylings
           
static String SERVICE
           
protected  SpatialFrameworks spatialFrameworks
           
protected  boolean updateSupported
           
static String VERSION
           
 
Constructor Summary
JoinAbilities()
           
 
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)
           
 BigInteger getAttributeLimit()
          Gets the value of the attributeLimit property.
 String getCapabilities()
          Gets the value of the capabilities property.
 Object getClassificationSchemaURL()
          Gets the value of the classificationSchemaURL property.
 String getLang()
          RFC 4646 language code of the human-readable text (e.g.
 OutputMechanismsType getOutputMechanisms()
          Gets the value of the outputMechanisms property.
 JoinAbilities.OutputStylings getOutputStylings()
          Gets the value of the outputStylings property.
 SpatialFrameworks getSpatialFrameworks()
          Gets the value of the spatialFrameworks property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAttributeLimit()
           
 boolean isSetCapabilities()
           
 boolean isSetClassificationSchemaURL()
           
 boolean isSetLang()
           
 boolean isSetOutputMechanisms()
           
 boolean isSetOutputStylings()
           
 boolean isSetSpatialFrameworks()
           
 boolean isSetUpdateSupported()
           
 boolean isUpdateSupported()
          Gets the value of the updateSupported property.
 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 setAttributeLimit(BigInteger value)
          Sets the value of the attributeLimit property.
 void setCapabilities(String value)
          Sets the value of the capabilities property.
 void setClassificationSchemaURL(Object value)
          Sets the value of the classificationSchemaURL property.
 void setLang(String value)
          Sets the value of the lang property.
 void setOutputMechanisms(OutputMechanismsType value)
          Sets the value of the outputMechanisms property.
 void setOutputStylings(JoinAbilities.OutputStylings value)
          Sets the value of the outputStylings property.
 void setSpatialFrameworks(SpatialFrameworks value)
          Sets the value of the spatialFrameworks property.
 void setUpdateSupported(boolean value)
          Sets the value of the updateSupported property.
 String toString()
           
 JoinAbilities withAttributeLimit(BigInteger value)
           
 JoinAbilities withCapabilities(String value)
           
 JoinAbilities withClassificationSchemaURL(Object value)
           
 JoinAbilities withLang(String value)
           
 JoinAbilities withOutputMechanisms(OutputMechanismsType value)
           
 JoinAbilities withOutputStylings(JoinAbilities.OutputStylings value)
           
 JoinAbilities withSpatialFrameworks(SpatialFrameworks value)
           
 JoinAbilities withUpdateSupported(boolean value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

spatialFrameworks

protected SpatialFrameworks spatialFrameworks

attributeLimit

protected BigInteger attributeLimit

outputMechanisms

protected OutputMechanismsType outputMechanisms

outputStylings

protected JoinAbilities.OutputStylings outputStylings

classificationSchemaURL

protected Object classificationSchemaURL

updateSupported

protected boolean updateSupported

SERVICE

public static final String SERVICE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

capabilities

protected String capabilities

lang

protected String lang
Constructor Detail

JoinAbilities

public JoinAbilities()
Method Detail

getSpatialFrameworks

public SpatialFrameworks getSpatialFrameworks()
Gets the value of the spatialFrameworks property.

Returns:
possible object is SpatialFrameworks

setSpatialFrameworks

public void setSpatialFrameworks(SpatialFrameworks value)
Sets the value of the spatialFrameworks property.

Parameters:
value - allowed object is SpatialFrameworks

isSetSpatialFrameworks

public boolean isSetSpatialFrameworks()

getAttributeLimit

public BigInteger getAttributeLimit()
Gets the value of the attributeLimit property.

Returns:
possible object is BigInteger

setAttributeLimit

public void setAttributeLimit(BigInteger value)
Sets the value of the attributeLimit property.

Parameters:
value - allowed object is BigInteger

isSetAttributeLimit

public boolean isSetAttributeLimit()

getOutputMechanisms

public OutputMechanismsType getOutputMechanisms()
Gets the value of the outputMechanisms property.

Returns:
possible object is OutputMechanismsType

setOutputMechanisms

public void setOutputMechanisms(OutputMechanismsType value)
Sets the value of the outputMechanisms property.

Parameters:
value - allowed object is OutputMechanismsType

isSetOutputMechanisms

public boolean isSetOutputMechanisms()

getOutputStylings

public JoinAbilities.OutputStylings getOutputStylings()
Gets the value of the outputStylings property.

Returns:
possible object is JoinAbilities.OutputStylings

setOutputStylings

public void setOutputStylings(JoinAbilities.OutputStylings value)
Sets the value of the outputStylings property.

Parameters:
value - allowed object is JoinAbilities.OutputStylings

isSetOutputStylings

public boolean isSetOutputStylings()

getClassificationSchemaURL

public Object getClassificationSchemaURL()
Gets the value of the classificationSchemaURL property.

Returns:
possible object is Object

setClassificationSchemaURL

public void setClassificationSchemaURL(Object value)
Sets the value of the classificationSchemaURL property.

Parameters:
value - allowed object is Object

isSetClassificationSchemaURL

public boolean isSetClassificationSchemaURL()

isUpdateSupported

public boolean isUpdateSupported()
Gets the value of the updateSupported property.


setUpdateSupported

public void setUpdateSupported(boolean value)
Sets the value of the updateSupported property.


isSetUpdateSupported

public boolean isSetUpdateSupported()

getCapabilities

public String getCapabilities()
Gets the value of the capabilities property.

Returns:
possible object is String

setCapabilities

public void setCapabilities(String value)
Sets the value of the capabilities property.

Parameters:
value - allowed object is String

isSetCapabilities

public boolean isSetCapabilities()

getLang

public String getLang()
RFC 4646 language code of the human-readable text (e.g. "en-CA").

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()

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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

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.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

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.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

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

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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

withSpatialFrameworks

public JoinAbilities withSpatialFrameworks(SpatialFrameworks value)

withAttributeLimit

public JoinAbilities withAttributeLimit(BigInteger value)

withOutputMechanisms

public JoinAbilities withOutputMechanisms(OutputMechanismsType value)

withOutputStylings

public JoinAbilities withOutputStylings(JoinAbilities.OutputStylings value)

withClassificationSchemaURL

public JoinAbilities withClassificationSchemaURL(Object value)

withUpdateSupported

public JoinAbilities withUpdateSupported(boolean value)

withCapabilities

public JoinAbilities withCapabilities(String value)

withLang

public JoinAbilities withLang(String value)


Copyright © 2008-2015. All Rights Reserved.