org.deegree.feature.types.property
Class CustomPropertyType

java.lang.Object
  extended by org.deegree.feature.types.property.AbstractPropertyType
      extended by org.deegree.feature.types.property.CustomPropertyType
All Implemented Interfaces:
PropertyType

public class CustomPropertyType
extends AbstractPropertyType

PropertyType that defines a property with a user-defined value type.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

Field Summary
 
Fields inherited from class org.deegree.feature.types.property.AbstractPropertyType
maxOccurs, minOccurs, name, substitutions
 
Constructor Summary
CustomPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
 
Method Summary
 org.apache.xerces.xs.XSComplexTypeDefinition getXSDValueType()
           
 String toString()
           
 
Methods inherited from class org.deegree.feature.types.property.AbstractPropertyType
getElementDecl, getMaxOccurs, getMinOccurs, getName, getSubstitutions, isAbstract, isNillable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomPropertyType

public CustomPropertyType(QName name,
                          int minOccurs,
                          int maxOccurs,
                          org.apache.xerces.xs.XSElementDeclaration elDecl,
                          List<PropertyType> substitutions)
Method Detail

getXSDValueType

public org.apache.xerces.xs.XSComplexTypeDefinition getXSDValueType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.