|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcsoap.wsdl.ElementDesc
ElementDesc.java
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 |
public ElementDesc()
Method Detail |
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
public javax.xml.namespace.QName getXmlName()
public void setXmlName(javax.xml.namespace.QName xmlName)
public javax.xml.namespace.QName getXmlType()
public void setXmlType(javax.xml.namespace.QName xmlType)
public int getMinOccurs()
public void setMinOccurs(int minOccurs)
public int getMaxOccurs()
public void setMaxOccurs(int maxOccurs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |