net.opengis.tjs.v_1_0
Class FrameworkDescriptions

java.lang.Object
  extended by net.opengis.tjs.v_1_0.FrameworkDescriptions
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 FrameworkDescriptions
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 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 name="Framework" maxOccurs="unbounded">
           <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}DescribeDatasetsRequest"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attGroup ref="{http://www.opengis.net/tjs/1.0}RootAttributesGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FrameworkDescriptions.Framework
          Java class for anonymous complex type.
 
Field Summary
protected  String capabilities
           
protected  List<FrameworkDescriptions.Framework> framework
           
protected  String lang
           
static String SERVICE
           
static String VERSION
           
 
Constructor Summary
FrameworkDescriptions()
           
 
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)
           
 String getCapabilities()
          Gets the value of the capabilities property.
 List<FrameworkDescriptions.Framework> getFramework()
          Gets the value of the framework property.
 String getLang()
          RFC 4646 language code of the human-readable text (e.g.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetCapabilities()
           
 boolean isSetFramework()
           
 boolean isSetLang()
           
 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 setCapabilities(String value)
          Sets the value of the capabilities property.
 void setFramework(List<FrameworkDescriptions.Framework> value)
           
 void setLang(String value)
          Sets the value of the lang property.
 String toString()
           
 void unsetFramework()
           
 FrameworkDescriptions withCapabilities(String value)
           
 FrameworkDescriptions withFramework(Collection<FrameworkDescriptions.Framework> values)
           
 FrameworkDescriptions withFramework(FrameworkDescriptions.Framework... values)
           
 FrameworkDescriptions withFramework(List<FrameworkDescriptions.Framework> value)
           
 FrameworkDescriptions withLang(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

framework

protected List<FrameworkDescriptions.Framework> framework

SERVICE

public static final String SERVICE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

capabilities

protected String capabilities

lang

protected String lang
Constructor Detail

FrameworkDescriptions

public FrameworkDescriptions()
Method Detail

getFramework

public List<FrameworkDescriptions.Framework> getFramework()
Gets the value of the framework property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the framework property.

For example, to add a new item, do as follows:

    getFramework().add(newItem);
 

Objects of the following type(s) are allowed in the list FrameworkDescriptions.Framework


isSetFramework

public boolean isSetFramework()

unsetFramework

public void unsetFramework()

getCapabilities

public String getCapabilities()
Gets the value of the capabilities property.

Returns:
possible object is String

setCapabilities

public void setCapabilities(String value)
Sets the value of the capabilities property.

Parameters:
value - allowed object is String

isSetCapabilities

public boolean isSetCapabilities()

getLang

public String getLang()
RFC 4646 language code of the human-readable text (e.g. "en-CA").

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()

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

setFramework

public void setFramework(List<FrameworkDescriptions.Framework> value)

withFramework

public FrameworkDescriptions withFramework(FrameworkDescriptions.Framework... values)

withFramework

public FrameworkDescriptions withFramework(Collection<FrameworkDescriptions.Framework> values)

withCapabilities

public FrameworkDescriptions withCapabilities(String value)

withLang

public FrameworkDescriptions withLang(String value)

withFramework

public FrameworkDescriptions withFramework(List<FrameworkDescriptions.Framework> value)


Copyright © 2008-2015. All Rights Reserved.