|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.JoinAbilities
public class JoinAbilities
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.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)
|
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.HashCodeStrategy2 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.MergeStrategy2 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 |
|---|
protected SpatialFrameworks spatialFrameworks
protected BigInteger attributeLimit
protected OutputMechanismsType outputMechanisms
protected JoinAbilities.OutputStylings outputStylings
protected Object classificationSchemaURL
protected boolean updateSupported
public static final String SERVICE
public static final String VERSION
protected String capabilities
protected String lang
| Constructor Detail |
|---|
public JoinAbilities()
| Method Detail |
|---|
public SpatialFrameworks getSpatialFrameworks()
SpatialFrameworkspublic void setSpatialFrameworks(SpatialFrameworks value)
value - allowed object is
SpatialFrameworkspublic boolean isSetSpatialFrameworks()
public BigInteger getAttributeLimit()
BigIntegerpublic void setAttributeLimit(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetAttributeLimit()
public OutputMechanismsType getOutputMechanisms()
OutputMechanismsTypepublic void setOutputMechanisms(OutputMechanismsType value)
value - allowed object is
OutputMechanismsTypepublic boolean isSetOutputMechanisms()
public JoinAbilities.OutputStylings getOutputStylings()
JoinAbilities.OutputStylingspublic void setOutputStylings(JoinAbilities.OutputStylings value)
value - allowed object is
JoinAbilities.OutputStylingspublic boolean isSetOutputStylings()
public Object getClassificationSchemaURL()
Objectpublic void setClassificationSchemaURL(Object value)
value - allowed object is
Objectpublic boolean isSetClassificationSchemaURL()
public boolean isUpdateSupported()
public void setUpdateSupported(boolean value)
public boolean isSetUpdateSupported()
public String getCapabilities()
Stringpublic void setCapabilities(String value)
value - allowed object is
Stringpublic boolean isSetCapabilities()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
public String toString()
toString in class Object
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.ToString2
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.ToString2
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.Equals2public boolean equals(Object object)
equals in class Object
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.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
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.CopyTo2public 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.MergeFrom2
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.MergeFrom2public JoinAbilities withSpatialFrameworks(SpatialFrameworks value)
public JoinAbilities withAttributeLimit(BigInteger value)
public JoinAbilities withOutputMechanisms(OutputMechanismsType value)
public JoinAbilities withOutputStylings(JoinAbilities.OutputStylings value)
public JoinAbilities withClassificationSchemaURL(Object value)
public JoinAbilities withUpdateSupported(boolean value)
public JoinAbilities withCapabilities(String value)
public JoinAbilities withLang(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||