|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.description.FieldDesc
FieldDescs are metadata objects which control the mapping of a given Java field to/from XML.
Constructor Summary | |
protected |
FieldDesc(boolean isElement)
Can't construct the base class directly, must construct either an ElementDesc or an AttributeDesc. |
Method Summary | |
java.lang.String |
getFieldName()
Obtain the field name. |
java.lang.Class |
getJavaType()
|
QName |
getXmlName()
Obtain the XML QName for this field |
boolean |
isElement()
Check if this is an element or an attribute. |
boolean |
isIndexed()
|
boolean |
isMinOccursIs0()
Check if this field can be omitted. |
void |
setFieldName(java.lang.String fieldName)
Set the field name. |
void |
setJavaType(java.lang.Class javaType)
|
void |
setMinOccursIs0(boolean minOccursIs0)
|
void |
setXmlName(QName xmlName)
Set the XML QName for this field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FieldDesc(boolean isElement)
Method Detail |
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
public QName getXmlName()
public void setXmlName(QName xmlName)
public java.lang.Class getJavaType()
public void setJavaType(java.lang.Class javaType)
public boolean isElement()
public boolean isIndexed()
public boolean isMinOccursIs0()
public void setMinOccursIs0(boolean minOccursIs0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |