deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

org.deegree.portal.cataloguemanager.model
Class SVParameter

java.lang.Object
  extended by org.deegree.portal.cataloguemanager.model.SVParameter

public class SVParameter
extends Object

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="name">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.isotc211.org/2005/gco}aName"/>
                   <element ref="{http://www.isotc211.org/2005/gco}attributeType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.isotc211.org/2005/srv}direction"/>
         <element name="description">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.isotc211.org/2005/gco}CharacterString"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.isotc211.org/2005/srv}optionality"/>
         <element ref="{http://www.isotc211.org/2005/srv}repeatability"/>
         <element ref="{http://www.isotc211.org/2005/srv}valueType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SVParameter.Description
          Java class for anonymous complex type.
static class SVParameter.Name
          Java class for anonymous complex type.
 
Field Summary
protected  SVParameter.Description description
           
protected  Direction direction
           
protected  SVParameter.Name name
           
protected  Optionality optionality
           
protected  Repeatability repeatability
           
protected  ValueType valueType
           
 
Constructor Summary
SVParameter()
           
 
Method Summary
 SVParameter.Description getDescription()
          Gets the value of the description property.
 Direction getDirection()
          Gets the value of the direction property.
 SVParameter.Name getName()
          Gets the value of the name property.
 Optionality getOptionality()
          Gets the value of the optionality property.
 Repeatability getRepeatability()
          Gets the value of the repeatability property.
 ValueType getValueType()
          Gets the value of the valueType property.
 void setDescription(SVParameter.Description value)
          Sets the value of the description property.
 void setDirection(Direction value)
          Sets the value of the direction property.
 void setName(SVParameter.Name value)
          Sets the value of the name property.
 void setOptionality(Optionality value)
          Sets the value of the optionality property.
 void setRepeatability(Repeatability value)
          Sets the value of the repeatability property.
 void setValueType(ValueType value)
          Sets the value of the valueType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected SVParameter.Name name

direction

protected Direction direction

description

protected SVParameter.Description description

optionality

protected Optionality optionality

repeatability

protected Repeatability repeatability

valueType

protected ValueType valueType
Constructor Detail

SVParameter

public SVParameter()
Method Detail

getName

public SVParameter.Name getName()
Gets the value of the name property.

Returns:
possible object is SVParameter.Name

setName

public void setName(SVParameter.Name value)
Sets the value of the name property.

Parameters:
value - allowed object is SVParameter.Name

getDirection

public Direction getDirection()
Gets the value of the direction property.

Returns:
possible object is Direction

setDirection

public void setDirection(Direction value)
Sets the value of the direction property.

Parameters:
value - allowed object is Direction

getDescription

public SVParameter.Description getDescription()
Gets the value of the description property.

Returns:
possible object is SVParameter.Description

setDescription

public void setDescription(SVParameter.Description value)
Sets the value of the description property.

Parameters:
value - allowed object is SVParameter.Description

getOptionality

public Optionality getOptionality()
Gets the value of the optionality property.

Returns:
possible object is Optionality

setOptionality

public void setOptionality(Optionality value)
Sets the value of the optionality property.

Parameters:
value - allowed object is Optionality

getRepeatability

public Repeatability getRepeatability()
Gets the value of the repeatability property.

Returns:
possible object is Repeatability

setRepeatability

public void setRepeatability(Repeatability value)
Sets the value of the repeatability property.

Parameters:
value - allowed object is Repeatability

getValueType

public ValueType getValueType()
Gets the value of the valueType property.

Returns:
possible object is ValueType

setValueType

public void setValueType(ValueType value)
Sets the value of the valueType property.

Parameters:
value - allowed object is ValueType

deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org