当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
ElementDecl (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.wsdl.symbolTable
Class ElementDecl
java.lang.Object
org.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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementDecl
public ElementDecl()
ElementDecl
public ElementDecl(TypeEntry type,
javax.xml.namespace.QName name)
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.