|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.DescribeFrameworkKeyType
public class DescribeFrameworkKeyType
Java class for DescribeFrameworkKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeFrameworkKeyType">
<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 name="Rowset">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Row" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/tjs/1.0}K" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/tjs/1.0}Title" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DescribeFrameworkKeyType.Rowset
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected AbstractType |
_abstract
|
protected BoundingCoordinates |
boundingCoordinates
|
protected String |
documentation
|
protected FrameworkKey |
frameworkKey
|
protected String |
frameworkURI
|
protected String |
organization
|
protected ReferenceDate |
referenceDate
|
protected DescribeFrameworkKeyType.Rowset |
rowset
|
protected String |
title
|
protected String |
version
|
| Constructor Summary | |
|---|---|
DescribeFrameworkKeyType()
|
|
| 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()
Gets the value of the boundingCoordinates property. |
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. |
DescribeFrameworkKeyType.Rowset |
getRowset()
Gets the value of the rowset 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 |
isSetDocumentation()
|
boolean |
isSetFrameworkKey()
|
boolean |
isSetFrameworkURI()
|
boolean |
isSetOrganization()
|
boolean |
isSetReferenceDate()
|
boolean |
isSetRowset()
|
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 |
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 |
setRowset(DescribeFrameworkKeyType.Rowset value)
Sets the value of the rowset 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()
|
DescribeFrameworkKeyType |
withAbstract(AbstractType value)
|
DescribeFrameworkKeyType |
withBoundingCoordinates(BoundingCoordinates value)
|
DescribeFrameworkKeyType |
withDocumentation(String value)
|
DescribeFrameworkKeyType |
withFrameworkKey(FrameworkKey value)
|
DescribeFrameworkKeyType |
withFrameworkURI(String value)
|
DescribeFrameworkKeyType |
withOrganization(String value)
|
DescribeFrameworkKeyType |
withReferenceDate(ReferenceDate value)
|
DescribeFrameworkKeyType |
withRowset(DescribeFrameworkKeyType.Rowset value)
|
DescribeFrameworkKeyType |
withTitle(String value)
|
DescribeFrameworkKeyType |
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 DescribeFrameworkKeyType.Rowset rowset
| Constructor Detail |
|---|
public DescribeFrameworkKeyType()
| 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 DescribeFrameworkKeyType.Rowset getRowset()
DescribeFrameworkKeyType.Rowsetpublic void setRowset(DescribeFrameworkKeyType.Rowset value)
value - allowed object is
DescribeFrameworkKeyType.Rowsetpublic boolean isSetRowset()
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 DescribeFrameworkKeyType withFrameworkURI(String value)
public DescribeFrameworkKeyType withOrganization(String value)
public DescribeFrameworkKeyType withTitle(String value)
public DescribeFrameworkKeyType withAbstract(AbstractType value)
public DescribeFrameworkKeyType withReferenceDate(ReferenceDate value)
public DescribeFrameworkKeyType withVersion(String value)
public DescribeFrameworkKeyType withDocumentation(String value)
public DescribeFrameworkKeyType withFrameworkKey(FrameworkKey value)
public DescribeFrameworkKeyType withBoundingCoordinates(BoundingCoordinates value)
public DescribeFrameworkKeyType withRowset(DescribeFrameworkKeyType.Rowset value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||