net.opengis.tjs.v_1_0
Class DescribeFrameworkKeyType

java.lang.Object
  extended by net.opengis.tjs.v_1_0.DescribeFrameworkKeyType
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 DescribeFrameworkKeyType
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 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.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)
           
 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.HashCodeStrategy 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.MergeStrategy 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

frameworkURI

protected String frameworkURI

organization

protected String organization

title

protected String title

_abstract

protected AbstractType _abstract

referenceDate

protected ReferenceDate referenceDate

version

protected String version

documentation

protected String documentation

frameworkKey

protected FrameworkKey frameworkKey

boundingCoordinates

protected BoundingCoordinates boundingCoordinates

rowset

protected DescribeFrameworkKeyType.Rowset rowset
Constructor Detail

DescribeFrameworkKeyType

public DescribeFrameworkKeyType()
Method Detail

getFrameworkURI

public String getFrameworkURI()
Gets the value of the frameworkURI property.

Returns:
possible object is String

setFrameworkURI

public void setFrameworkURI(String value)
Sets the value of the frameworkURI property.

Parameters:
value - allowed object is String

isSetFrameworkURI

public boolean isSetFrameworkURI()

getOrganization

public String getOrganization()
Gets the value of the organization property.

Returns:
possible object is String

setOrganization

public void setOrganization(String value)
Sets the value of the organization property.

Parameters:
value - allowed object is String

isSetOrganization

public boolean isSetOrganization()

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getAbstract

public AbstractType getAbstract()
Gets the value of the abstract property.

Returns:
possible object is AbstractType

setAbstract

public void setAbstract(AbstractType value)
Sets the value of the abstract property.

Parameters:
value - allowed object is AbstractType

isSetAbstract

public boolean isSetAbstract()

getReferenceDate

public ReferenceDate getReferenceDate()
Gets the value of the referenceDate property.

Returns:
possible object is ReferenceDate

setReferenceDate

public void setReferenceDate(ReferenceDate value)
Sets the value of the referenceDate property.

Parameters:
value - allowed object is ReferenceDate

isSetReferenceDate

public boolean isSetReferenceDate()

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getDocumentation

public String getDocumentation()
Gets the value of the documentation property.

Returns:
possible object is String

setDocumentation

public void setDocumentation(String value)
Sets the value of the documentation property.

Parameters:
value - allowed object is String

isSetDocumentation

public boolean isSetDocumentation()

getFrameworkKey

public FrameworkKey getFrameworkKey()
Gets the value of the frameworkKey property.

Returns:
possible object is FrameworkKey

setFrameworkKey

public void setFrameworkKey(FrameworkKey value)
Sets the value of the frameworkKey property.

Parameters:
value - allowed object is FrameworkKey

isSetFrameworkKey

public boolean isSetFrameworkKey()

getBoundingCoordinates

public BoundingCoordinates getBoundingCoordinates()
Gets the value of the boundingCoordinates property.

Returns:
possible object is BoundingCoordinates

setBoundingCoordinates

public void setBoundingCoordinates(BoundingCoordinates value)
Sets the value of the boundingCoordinates property.

Parameters:
value - allowed object is BoundingCoordinates

isSetBoundingCoordinates

public boolean isSetBoundingCoordinates()

getRowset

public DescribeFrameworkKeyType.Rowset getRowset()
Gets the value of the rowset property.

Returns:
possible object is DescribeFrameworkKeyType.Rowset

setRowset

public void setRowset(DescribeFrameworkKeyType.Rowset value)
Sets the value of the rowset property.

Parameters:
value - allowed object is DescribeFrameworkKeyType.Rowset

isSetRowset

public boolean isSetRowset()

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

withFrameworkURI

public DescribeFrameworkKeyType withFrameworkURI(String value)

withOrganization

public DescribeFrameworkKeyType withOrganization(String value)

withTitle

public DescribeFrameworkKeyType withTitle(String value)

withAbstract

public DescribeFrameworkKeyType withAbstract(AbstractType value)

withReferenceDate

public DescribeFrameworkKeyType withReferenceDate(ReferenceDate value)

withVersion

public DescribeFrameworkKeyType withVersion(String value)

withDocumentation

public DescribeFrameworkKeyType withDocumentation(String value)

withFrameworkKey

public DescribeFrameworkKeyType withFrameworkKey(FrameworkKey value)

withBoundingCoordinates

public DescribeFrameworkKeyType withBoundingCoordinates(BoundingCoordinates value)

withRowset

public DescribeFrameworkKeyType withRowset(DescribeFrameworkKeyType.Rowset value)


Copyright © 2008-2015. All Rights Reserved.