Novell exteNd Web Services SDK API

com.sssw.jbroker.web.encoding
Class XMLType

java.lang.Object
  extended bycom.sssw.jbroker.web.encoding.XMLType
All Implemented Interfaces:
Serializable

public class XMLType
extends Object
implements Serializable

The XML Type is specified using its QName and the location for its schema

Since:
jBroker Web 2.0
See Also:
Serialized Form

Constructor Summary
XMLType(QName qname, String location)
          Construct an XML type
 
Method Summary
 boolean equals(Object object)
           
 String getLocationURLStr()
          Get the location where the Type can be loaded.
 QName getQName()
          Get the qualified name for the Type.
 int hashCode()
           
 void setLocationURLStr(String location)
          Set the location where the Type can be loaded.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLType

public XMLType(QName qname,
               String location)
Construct an XML type

Method Detail

getQName

public QName getQName()
Get the qualified name for the Type.


getLocationURLStr

public String getLocationURLStr()
Get the location where the Type can be loaded.


setLocationURLStr

public void setLocationURLStr(String location)
Set the location where the Type can be loaded.


toString

public String toString()

hashCode

public int hashCode()

equals

public boolean equals(Object object)

Novell exteNd Web Services SDK API

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