Novell exteNd Web Services SDK API

com.sssw.jbroker.web.xsd
Class AnyElement

java.lang.Object
  extended bycom.sssw.jbroker.web.xsd.AnyElement

public class AnyElement
extends Object

Class to represent XML Schema any element. Please refer to the XML Schema for the complete definition of xsd:any element.

Since:
jBroker Web 5.1

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

AnyElement

public AnyElement()
Construct a AnyElement


AnyElement

public AnyElement(Object anyObj,
                  QName elemName,
                  QName typeName)
Construct a AnyElement

Parameters:
anyObj - the Java object of the any element
elemName - the QName of the any element name
typeName - the QName of the XML Schema type of the any element
Method Detail

getElementName

public QName getElementName()
Get the qualified name of the any element.

Returns:
the qualified name of the any element

setElementName

public void setElementName(QName name)
Set the qualified name of the any element.

Parameters:
name - the qualified name of the any element

getElementTypeName

public QName getElementTypeName()
Get the qualified name of the XML Schema type of the any element

Returns:
the qualified name of the XML Schema type of the any element

setElementTypeName

public void setElementTypeName(QName name)
Set the qualified name of the XML Schema type of the any element

Parameters:
name - the qualified name of the XML Schema type of the any element

getObject

public Object getObject()
Get the Java object of the any element.

Returns:
the Java object of the any element

setObject

public void setObject(Object anyObj)
Set the Java object of the any element.

Parameters:
anyObj - the Java object of the any element

equals

public boolean equals(Object object)

toString

public String toString()

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.