|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.Framework
public class Framework
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}FrameworkURI"/>
<element ref="{http://www.opengis.net/tjs/1.0}Organization"/>
<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}ReferenceDate"/>
<element ref="{http://www.opengis.net/tjs/1.0}Version"/>
<element ref="{http://www.opengis.net/tjs/1.0}Documentation" minOccurs="0"/>
<element ref="{http://www.opengis.net/tjs/1.0}FrameworkKey"/>
<element ref="{http://www.opengis.net/tjs/1.0}BoundingCoordinates"/>
<element ref="{http://www.opengis.net/tjs/1.0}Dataset"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AbstractType |
_abstract
|
protected BoundingCoordinates |
boundingCoordinates
|
protected Dataset |
dataset
|
protected String |
documentation
|
protected FrameworkKey |
frameworkKey
|
protected String |
frameworkURI
|
protected String |
organization
|
protected ReferenceDate |
referenceDate
|
protected String |
title
|
protected String |
version
|
| Constructor Summary | |
|---|---|
Framework()
|
|
| 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()
Gets the value of the abstract property. |
BoundingCoordinates |
getBoundingCoordinates()
Identifies the bounding box of the spatial framework using the WGS84 coordinate reference system. |
Dataset |
getDataset()
Description of the dataset which contains attribute data that applies to the spatial framework, and the requested attribute data. |
String |
getDocumentation()
Gets the value of the documentation property. |
FrameworkKey |
getFrameworkKey()
Gets the value of the frameworkKey property. |
String |
getFrameworkURI()
Gets the value of the frameworkURI property. |
String |
getOrganization()
Gets the value of the organization property. |
ReferenceDate |
getReferenceDate()
Gets the value of the referenceDate property. |
String |
getTitle()
Gets the value of the title property. |
String |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAbstract()
|
boolean |
isSetBoundingCoordinates()
|
boolean |
isSetDataset()
|
boolean |
isSetDocumentation()
|
boolean |
isSetFrameworkKey()
|
boolean |
isSetFrameworkURI()
|
boolean |
isSetOrganization()
|
boolean |
isSetReferenceDate()
|
boolean |
isSetTitle()
|
boolean |
isSetVersion()
|
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 |
setBoundingCoordinates(BoundingCoordinates value)
Sets the value of the boundingCoordinates property. |
void |
setDataset(Dataset value)
Sets the value of the dataset property. |
void |
setDocumentation(String value)
Sets the value of the documentation property. |
void |
setFrameworkKey(FrameworkKey value)
Sets the value of the frameworkKey property. |
void |
setFrameworkURI(String value)
Sets the value of the frameworkURI property. |
void |
setOrganization(String value)
Sets the value of the organization property. |
void |
setReferenceDate(ReferenceDate value)
Sets the value of the referenceDate property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setVersion(String value)
Sets the value of the version property. |
String |
toString()
|
Framework |
withAbstract(AbstractType value)
|
Framework |
withBoundingCoordinates(BoundingCoordinates value)
|
Framework |
withDataset(Dataset value)
|
Framework |
withDocumentation(String value)
|
Framework |
withFrameworkKey(FrameworkKey value)
|
Framework |
withFrameworkURI(String value)
|
Framework |
withOrganization(String value)
|
Framework |
withReferenceDate(ReferenceDate value)
|
Framework |
withTitle(String value)
|
Framework |
withVersion(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String frameworkURI
protected String organization
protected String title
protected AbstractType _abstract
protected ReferenceDate referenceDate
protected String version
protected String documentation
protected FrameworkKey frameworkKey
protected BoundingCoordinates boundingCoordinates
protected Dataset dataset
| Constructor Detail |
|---|
public Framework()
| Method Detail |
|---|
public String getFrameworkURI()
Stringpublic void setFrameworkURI(String value)
value - allowed object is
Stringpublic boolean isSetFrameworkURI()
public String getOrganization()
Stringpublic void setOrganization(String value)
value - allowed object is
Stringpublic boolean isSetOrganization()
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 ReferenceDate getReferenceDate()
ReferenceDatepublic void setReferenceDate(ReferenceDate value)
value - allowed object is
ReferenceDatepublic boolean isSetReferenceDate()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getDocumentation()
Stringpublic void setDocumentation(String value)
value - allowed object is
Stringpublic boolean isSetDocumentation()
public FrameworkKey getFrameworkKey()
FrameworkKeypublic void setFrameworkKey(FrameworkKey value)
value - allowed object is
FrameworkKeypublic boolean isSetFrameworkKey()
public BoundingCoordinates getBoundingCoordinates()
BoundingCoordinatespublic void setBoundingCoordinates(BoundingCoordinates value)
value - allowed object is
BoundingCoordinatespublic boolean isSetBoundingCoordinates()
public Dataset getDataset()
Datasetpublic void setDataset(Dataset value)
value - allowed object is
Datasetpublic boolean isSetDataset()
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 Framework withFrameworkURI(String value)
public Framework withOrganization(String value)
public Framework withTitle(String value)
public Framework withAbstract(AbstractType value)
public Framework withReferenceDate(ReferenceDate value)
public Framework withVersion(String value)
public Framework withDocumentation(String value)
public Framework withFrameworkKey(FrameworkKey value)
public Framework withBoundingCoordinates(BoundingCoordinates value)
public Framework withDataset(Dataset value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||