|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.web.xsd.AnyElement
Class to represent XML Schema any element
.
Please refer to the XML Schema
for the complete definition of xsd:any element.
Constructor Summary | |
AnyElement()
Construct a AnyElement |
|
AnyElement(Object anyObj,
QName elemName,
QName typeName)
Construct a AnyElement |
Method Summary | |
boolean |
equals(Object object)
|
QName |
getElementName()
Get the qualified name of the any element. |
QName |
getElementTypeName()
Get the qualified name of the XML Schema type of the any element |
Object |
getObject()
Get the Java object of the any element. |
void |
setElementName(QName name)
Set the qualified name of the any element. |
void |
setElementTypeName(QName name)
Set the qualified name of the XML Schema type of the any element |
void |
setObject(Object anyObj)
Set the Java object of the any element. |
String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AnyElement()
public AnyElement(Object anyObj, QName elemName, QName typeName)
anyObj
- the Java object of the any elementelemName
- the QName of the any element nametypeName
- the QName of the XML Schema type of the any elementMethod Detail |
public QName getElementName()
public void setElementName(QName name)
name
- the qualified name of the any elementpublic QName getElementTypeName()
public void setElementTypeName(QName name)
name
- the qualified name of the XML Schema type of the any elementpublic Object getObject()
public void setObject(Object anyObj)
anyObj
- the Java object of the any elementpublic boolean equals(Object object)
public String toString()
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |