org.geotools.data.wms.xml
Class ogcComplexTypes._GetCapabilities

java.lang.Object
  extended byorg.geotools.xml.schema.impl.ComplexTypeGT
      extended byorg.geotools.data.wms.xml.ogcComplexType
          extended byorg.geotools.data.wms.xml.ogcComplexTypes._GetCapabilities
All Implemented Interfaces:
ComplexType, Type
Enclosing class:
ogcComplexTypes

protected static class ogcComplexTypes._GetCapabilities
extends ogcComplexType


Method Summary
 boolean canEncode(Element element, java.lang.Object value, java.util.Map hints)
          TODO summary sentence for canEncode ...
 void encode(Element element, java.lang.Object value, PrintHandler output, java.util.Map hints)
          TODO summary sentence for encode ...
static ComplexType getInstance()
           
 java.lang.Class getInstanceType()
          TODO summary sentence for getInstanceType ...
 java.lang.String getName()
          TODO summary sentence for getName ...
 
Methods inherited from class org.geotools.xml.schema.impl.ComplexTypeGT
cache, findChildElement, getAnyAttributeNameSpace, getAttributes, getBlock, getChild, getChildElements, getFinal, getId, getNamespace, getParent, getValue, isAbstract, isDerived, isMixed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ComplexType getInstance()

canEncode

public boolean canEncode(Element element,
                         java.lang.Object value,
                         java.util.Map hints)
Description copied from class: ComplexTypeGT
TODO summary sentence for canEncode ...

Specified by:
canEncode in interface Type
Overrides:
canEncode in class ComplexTypeGT
Parameters:
element -
value -
hints -
Returns:
See Also:
Type.canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)

encode

public void encode(Element element,
                   java.lang.Object value,
                   PrintHandler output,
                   java.util.Map hints)
            throws javax.naming.OperationNotSupportedException
Description copied from class: ComplexTypeGT
TODO summary sentence for encode ...

Specified by:
encode in interface Type
Overrides:
encode in class ComplexTypeGT
Parameters:
element -
value -
output -
hints -
Throws:
javax.naming.OperationNotSupportedException
See Also:
Type.encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)

getInstanceType

public java.lang.Class getInstanceType()
Description copied from class: ComplexTypeGT
TODO summary sentence for getInstanceType ...

Specified by:
getInstanceType in interface Type
Overrides:
getInstanceType in class ComplexTypeGT
Returns:
See Also:
Type.getInstanceType()

getName

public java.lang.String getName()
Description copied from class: ComplexTypeGT
TODO summary sentence for getName ...

Specified by:
getName in interface Type
Overrides:
getName in class ComplexTypeGT
Returns:
See Also:
Type.getName()


Copyright © GeoTools. All Rights Reserved.