org.apache.axis.wsdl.symbolTable
Class ElementDecl

java.lang.Object
  |
  +--org.apache.axis.wsdl.symbolTable.ElementDecl

public class ElementDecl
extends java.lang.Object

Simple utility struct for holding element declarations.

This simply correlates a QName to a TypeEntry.

Author:
Glen Daniels (gdaniels@apache.org), Tom Jordahl (tomj@apache.org)

Constructor Summary
ElementDecl()
          Constructor ElementDecl
ElementDecl(TypeEntry type, QName name)
          Constructor ElementDecl
 
Method Summary
 boolean getAnyElement()
          Method getAnyElement
 java.lang.String getDocumentation()
          Method getDocumentation
 boolean getMinOccursIs0()
          Method getMinOccursIs0
 QName getName()
          Method getName
 boolean getNillable()
          Method getNillable
 TypeEntry getType()
          Method getType
 void setAnyElement(boolean anyElement)
          Method setAnyElement
 void setDocumentation(java.lang.String documentation)
          Method setDocumentation
 void setMinOccursIs0(boolean minOccursIs0)
          Method setMinOccursIs0
 void setName(QName name)
          Method setName
 void setNillable(boolean nillable)
          Method setNillable
 void setType(TypeEntry type)
          Method setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDecl

public ElementDecl()
Constructor ElementDecl

ElementDecl

public ElementDecl(TypeEntry type,
                   QName name)
Constructor ElementDecl
Parameters:
type -  
name -  
Method Detail

getType

public TypeEntry getType()
Method getType
Returns:
 

setType

public void setType(TypeEntry type)
Method setType
Parameters:
type -  

getName

public QName getName()
Method getName
Returns:
 

setName

public void setName(QName name)
Method setName
Parameters:
name -  

getMinOccursIs0

public boolean getMinOccursIs0()
Method getMinOccursIs0
Returns:
 

setMinOccursIs0

public void setMinOccursIs0(boolean minOccursIs0)
Method setMinOccursIs0
Parameters:
minOccursIs0 -  

setNillable

public void setNillable(boolean nillable)
Method setNillable
Parameters:
nillable -  

getNillable

public boolean getNillable()
Method getNillable
Returns:
 

getAnyElement

public boolean getAnyElement()
Method getAnyElement
Returns:
 

setAnyElement

public void setAnyElement(boolean anyElement)
Method setAnyElement
Parameters:
anyElement -  

getDocumentation

public java.lang.String getDocumentation()
Method getDocumentation
Returns:
string

setDocumentation

public void setDocumentation(java.lang.String documentation)
Method setDocumentation
Parameters:
documentation -  


Copyright © 2003 Apache Web Services Project. All Rights Reserved.