csoap.wsdl
Class ElementDesc

java.lang.Object
  extended bycsoap.wsdl.ElementDesc

public class ElementDesc
extends java.lang.Object

ElementDesc.java

Version:
0.1 July 2003 This class is modelled according the org.apache.axis.description.ElementDesc class written and org.apache.axis.description.FieldDesc by Glen Daniels.
Author:
Mirco Musolesi

Constructor Summary
ElementDesc()
          Constructor
 
Method Summary
 java.lang.String getFieldName()
          Obtains the fieldName for this element
 int getMaxOccurs()
          Obtains maxOccurs
 int getMinOccurs()
          Obtains minOccurs
 javax.xml.namespace.QName getXmlName()
          Obtains the XML QName for this element
 javax.xml.namespace.QName getXmlType()
          Obtains the XML type (for example xsd:string) for this element.
 void setFieldName(java.lang.String fieldName)
          Sets the fieldName for this element
 void setMaxOccurs(int maxOccurs)
          Set maxOccurs
 void setMinOccurs(int minOccurs)
          Sets minOccurs
 void setXmlName(javax.xml.namespace.QName xmlName)
          Sets the XML QName for this element.
 void setXmlType(javax.xml.namespace.QName xmlType)
          Sets the XML type for this element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDesc

public ElementDesc()
Constructor

Method Detail

getFieldName

public java.lang.String getFieldName()
Obtains the fieldName for this element


setFieldName

public void setFieldName(java.lang.String fieldName)
Sets the fieldName for this element


getXmlName

public javax.xml.namespace.QName getXmlName()
Obtains the XML QName for this element


setXmlName

public void setXmlName(javax.xml.namespace.QName xmlName)
Sets the XML QName for this element.


getXmlType

public javax.xml.namespace.QName getXmlType()
Obtains the XML type (for example xsd:string) for this element.


setXmlType

public void setXmlType(javax.xml.namespace.QName xmlType)
Sets the XML type for this element


getMinOccurs

public int getMinOccurs()
Obtains minOccurs


setMinOccurs

public void setMinOccurs(int minOccurs)
Sets minOccurs


getMaxOccurs

public int getMaxOccurs()
Obtains maxOccurs


setMaxOccurs

public void setMaxOccurs(int maxOccurs)
Set maxOccurs