站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

ElementDecl (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.wsdl.symbolTable
Class ElementDecl

java.lang.Object
  extended byorg.apache.axis.wsdl.symbolTable.ElementDecl

public class ElementDecl
extends 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()
           
ElementDecl(TypeEntry type, javax.xml.namespace.QName name)
           
 
Method Summary
 boolean getAnyElement()
           
 boolean getMinOccursIs0()
           
 javax.xml.namespace.QName getName()
           
 TypeEntry getType()
           
 void setAnyElement(boolean anyElement)
           
 void setMinOccursIs0(boolean minOccursIs0)
           
 void setName(javax.xml.namespace.QName name)
           
 void setType(TypeEntry type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDecl

public ElementDecl()

ElementDecl

public ElementDecl(TypeEntry type,
                   javax.xml.namespace.QName name)
Method Detail

getType

public TypeEntry getType()

setType

public void setType(TypeEntry type)

getName

public javax.xml.namespace.QName getName()

setName

public void setName(javax.xml.namespace.QName name)

getMinOccursIs0

public boolean getMinOccursIs0()

setMinOccursIs0

public void setMinOccursIs0(boolean minOccursIs0)

getAnyElement

public boolean getAnyElement()

setAnyElement

public void setAnyElement(boolean anyElement)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.