com.moximedia.ows.wfs
Class DescribeFeatureTypeElement

java.lang.Object
  extended bycom.moximedia.ows.wfs.DescribeFeatureTypeElement

public class DescribeFeatureTypeElement
extends java.lang.Object

Author:
jdc

Constructor Summary
DescribeFeatureTypeElement()
          Creates a new instance of FeatureType
 
Method Summary
 int getMaxOccurs()
           
 int getMinOccurs()
           
 java.lang.String getName()
           
 boolean getNillable()
           
 java.lang.String getType()
           
 boolean isGeometryField()
           
 void setXmlAttribute(java.lang.String tag, java.lang.String name, java.lang.String value)
          Sets one of the attributes of this object using a string value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeFeatureTypeElement

public DescribeFeatureTypeElement()
Creates a new instance of FeatureType

Method Detail

getMaxOccurs

public int getMaxOccurs()

getMinOccurs

public int getMinOccurs()

getName

public java.lang.String getName()

getNillable

public boolean getNillable()

getType

public java.lang.String getType()

isGeometryField

public boolean isGeometryField()

toString

public java.lang.String toString()

setXmlAttribute

public void setXmlAttribute(java.lang.String tag,
                            java.lang.String name,
                            java.lang.String value)
Sets one of the attributes of this object using a string value. This method should only be called from the SAX event handler.

Parameters:
tag - The XML element tag containing this attribute (not used).
name - The XML attribute name.
value - The XML attribute value.


Internet Mapping Framework for OpenGIS Java Object Model API (v1.3.007)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.