|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.Columnset.Attributes.Column
public static class Columnset.Attributes.Column
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}Title"/>
<element ref="{http://www.opengis.net/tjs/1.0}Abstract"/>
<element ref="{http://www.opengis.net/tjs/1.0}Documentation" minOccurs="0"/>
<element ref="{http://www.opengis.net/tjs/1.0}Values"/>
<element ref="{http://www.opengis.net/tjs/1.0}GetDataRequest"/>
</sequence>
<attGroup ref="{http://www.opengis.net/tjs/1.0}ColumnDescriptionGroup"/>
<attribute name="purpose" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SpatialComponentIdentifier"/>
<enumeration value="SpatialComponentProportion"/>
<enumeration value="SpatialComponentPercentage"/>
<enumeration value="TemporalIdentifier"/>
<enumeration value="TemporalValue"/>
<enumeration value="VerticalIdentifier"/>
<enumeration value="VerticalValue"/>
<enumeration value="OtherSpatialIdentifier"/>
<enumeration value="NonSpatialIdentifier"/>
<enumeration value="Attribute"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AbstractType |
_abstract
|
protected BigInteger |
decimals
|
protected String |
documentation
|
protected GetDataRequest |
getDataRequest
|
protected BigInteger |
length
|
protected String |
name
|
protected String |
purpose
|
protected String |
title
|
protected String |
type
|
protected Values |
values
|
| Constructor Summary | |
|---|---|
Columnset.Attributes.Column()
|
|
| 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)
|
AbstractType |
getAbstract()
One or more paragraphs of human-readable text describing the attribute and suitable for display in a pop-up window. |
BigInteger |
getDecimals()
Gets the value of the decimals property. |
String |
getDocumentation()
Gets the value of the documentation property. |
GetDataRequest |
getGetDataRequest()
URL reference to the GetData request for this column. |
BigInteger |
getLength()
Gets the value of the length property. |
String |
getName()
Gets the value of the name property. |
String |
getPurpose()
Gets the value of the purpose property. |
String |
getTitle()
Gets the value of the title property. |
String |
getType()
Gets the value of the type property. |
Values |
getValues()
Type of values and valid values for the contents of this column. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAbstract()
|
boolean |
isSetDecimals()
|
boolean |
isSetDocumentation()
|
boolean |
isSetGetDataRequest()
|
boolean |
isSetLength()
|
boolean |
isSetName()
|
boolean |
isSetPurpose()
|
boolean |
isSetTitle()
|
boolean |
isSetType()
|
boolean |
isSetValues()
|
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 |
setAbstract(AbstractType value)
Sets the value of the abstract property. |
void |
setDecimals(BigInteger value)
Sets the value of the decimals property. |
void |
setDocumentation(String value)
Sets the value of the documentation property. |
void |
setGetDataRequest(GetDataRequest value)
Sets the value of the getDataRequest property. |
void |
setLength(BigInteger value)
Sets the value of the length property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPurpose(String value)
Sets the value of the purpose property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValues(Values value)
Sets the value of the values property. |
String |
toString()
|
Columnset.Attributes.Column |
withAbstract(AbstractType value)
|
Columnset.Attributes.Column |
withDecimals(BigInteger value)
|
Columnset.Attributes.Column |
withDocumentation(String value)
|
Columnset.Attributes.Column |
withGetDataRequest(GetDataRequest value)
|
Columnset.Attributes.Column |
withLength(BigInteger value)
|
Columnset.Attributes.Column |
withName(String value)
|
Columnset.Attributes.Column |
withPurpose(String value)
|
Columnset.Attributes.Column |
withTitle(String value)
|
Columnset.Attributes.Column |
withType(String value)
|
Columnset.Attributes.Column |
withValues(Values value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String title
protected AbstractType _abstract
protected String documentation
protected Values values
protected GetDataRequest getDataRequest
protected String purpose
protected String name
protected String type
protected BigInteger length
protected BigInteger decimals
| Constructor Detail |
|---|
public Columnset.Attributes.Column()
| Method Detail |
|---|
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public AbstractType getAbstract()
AbstractTypepublic void setAbstract(AbstractType value)
value - allowed object is
AbstractTypepublic boolean isSetAbstract()
public String getDocumentation()
Stringpublic void setDocumentation(String value)
value - allowed object is
Stringpublic boolean isSetDocumentation()
public Values getValues()
Valuespublic void setValues(Values value)
value - allowed object is
Valuespublic boolean isSetValues()
public GetDataRequest getGetDataRequest()
GetDataRequestpublic void setGetDataRequest(GetDataRequest value)
value - allowed object is
GetDataRequestpublic boolean isSetGetDataRequest()
public String getPurpose()
Stringpublic void setPurpose(String value)
value - allowed object is
Stringpublic boolean isSetPurpose()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public BigInteger getLength()
BigIntegerpublic void setLength(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetLength()
public BigInteger getDecimals()
BigIntegerpublic void setDecimals(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetDecimals()
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 Columnset.Attributes.Column withTitle(String value)
public Columnset.Attributes.Column withAbstract(AbstractType value)
public Columnset.Attributes.Column withDocumentation(String value)
public Columnset.Attributes.Column withValues(Values value)
public Columnset.Attributes.Column withGetDataRequest(GetDataRequest value)
public Columnset.Attributes.Column withPurpose(String value)
public Columnset.Attributes.Column withName(String value)
public Columnset.Attributes.Column withType(String value)
public Columnset.Attributes.Column withLength(BigInteger value)
public Columnset.Attributes.Column withDecimals(BigInteger value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||