org.apache.axis.description
Class ElementDesc

java.lang.Object
  extended byorg.apache.axis.description.FieldDesc
      extended byorg.apache.axis.description.ElementDesc
All Implemented Interfaces:
java.io.Serializable

public class ElementDesc
extends FieldDesc
implements java.io.Serializable

An AttributeDesc is a FieldDesc for an Java field mapping to an XML element

Author:
Glen Daniels (gdaniels@apache.org)
See Also:
Serialized Form

Constructor Summary
ElementDesc()
           
 
Method Summary
 QName getArrayType()
           
 int getMaxOccurs()
           
 int getMinOccurs()
           
 boolean isMinOccursZero()
          Check if this field can be omitted.
 void setArrayType(QName arrayType)
           
 void setMaxOccurs(int maxOccurs)
           
 void setMinOccurs(int minOccurs)
           
 
Methods inherited from class org.apache.axis.description.FieldDesc
getFieldName, getJavaType, getXmlName, getXmlType, isElement, isIndexed, setFieldName, setJavaType, setMinOccursIs0, setXmlName, setXmlType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDesc

public ElementDesc()
Method Detail

isMinOccursZero

public boolean isMinOccursZero()
Description copied from class: FieldDesc
Check if this field can be omitted.

Overrides:
isMinOccursZero in class FieldDesc

getMinOccurs

public int getMinOccurs()

setMinOccurs

public void setMinOccurs(int minOccurs)

getMaxOccurs

public int getMaxOccurs()

setMaxOccurs

public void setMaxOccurs(int maxOccurs)

getArrayType

public QName getArrayType()

setArrayType

public void setArrayType(QName arrayType)


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