org.apache.axis.wsdl.symbolTable
Class DefinedElement
java.lang.Object
org.apache.axis.wsdl.symbolTable.SymTabEntry
org.apache.axis.wsdl.symbolTable.TypeEntry
org.apache.axis.wsdl.symbolTable.Element
org.apache.axis.wsdl.symbolTable.DefinedElement
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CollectionElement
public class DefinedElement
- extends Element
This Type is for a QName that is an element, these types are only emitted if
referenced by a ref= or an element=.
An element type can be defined inline or it can be defined via
a ref/type attribute.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.axis.wsdl.symbolTable.TypeEntry |
componentType, containedAttributes, containedElements, dims, isBaseType, isSimpleType, itemQName, node, onlyLiteralReference, refType, types, undefined, underlTypeNillable |
| Methods inherited from class org.apache.axis.wsdl.symbolTable.TypeEntry |
getBaseType, getComponentType, getContainedAttributes, getContainedElements, getDimensions, getItemQName, getNestedTypes, getNode, getRefType, getUndefinedTypeRef, getUnderlTypeNillable, isBaseType, isOnlyLiteralReferenced, isSimpleType, setBaseType, setComponentType, setContainedAttributes, setContainedElements, setItemQName, setOnlyLiteralReference, setRefType, setSimpleType, setUnderlTypeNillable, toString, toString, updateUndefined |
DefinedElement
public DefinedElement(QName pqName,
TypeEntry refType,
Node pNode,
String dims)
- Create an element type defined by a ref/type attribute
- Parameters:
pqName - refType - pNode - dims -
DefinedElement
public DefinedElement(QName pqName,
Node pNode)
- Create an element type defined directly.
- Parameters:
pqName - pNode -
Copyright © The Apache Software Foundation. All Rights Reserved.