org.deegree.services.jaxb.wfs
Class FeatureTypeMetadata

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.FeatureTypeMetadata

public class FeatureTypeMetadata
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" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MetadataSetId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _abstract
           
protected  String metadataSetId
           
protected  QName name
           
protected  String title
           
 
Constructor Summary
FeatureTypeMetadata()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 String getMetadataSetId()
          Gets the value of the metadataSetId property.
 QName getName()
          Gets the value of the name property.
 String getTitle()
          Gets the value of the title property.
 void setAbstract(String value)
          Sets the value of the abstract property.
 void setMetadataSetId(String value)
          Sets the value of the metadataSetId property.
 void setName(QName value)
          Sets the value of the name property.
 void setTitle(String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected QName name

title

protected String title

_abstract

protected String _abstract

metadataSetId

protected String metadataSetId
Constructor Detail

FeatureTypeMetadata

public FeatureTypeMetadata()
Method Detail

getName

public QName getName()
Gets the value of the name property.

Returns:
possible object is QName

setName

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

Parameters:
value - allowed object is QName

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

getAbstract

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

Returns:
possible object is String

setAbstract

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

Parameters:
value - allowed object is String

getMetadataSetId

public String getMetadataSetId()
Gets the value of the metadataSetId property.

Returns:
possible object is String

setMetadataSetId

public void setMetadataSetId(String value)
Sets the value of the metadataSetId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.