Novell exteNd Web Services SDK API

com.sssw.jbroker.web.xsd
Class NCName

java.lang.Object
  extended bycom.sssw.jbroker.web.xsd.Validator
      extended bycom.sssw.jbroker.web.xsd.NormalizedString
          extended bycom.sssw.jbroker.web.xsd.Token
              extended bycom.sssw.jbroker.web.xsd.Name
                  extended bycom.sssw.jbroker.web.xsd.NCName
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ENTITY, ID, IDREF

public class NCName
extends Name

A wrapper class that contains a NCName. Please refer to the XML Schema for the complete definition of this simple type.

Since:
jBroker Web 2.0
See Also:
Serialized Form

Constructor Summary
NCName(String value)
          Construct a NCName with the specified value.
 
Method Summary
 boolean equals(Object other)
           
 String getValue()
          Get the value of this NCName.
 int hashCode()
           
 void setValue(String value)
          Set the value of this NCName.
 String toString()
          Return string form of object
static void validate(Object object)
          Validate that a NCName is a proper XML Schema NCName.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NCName

public NCName(String value)
       throws IllegalArgumentException
Construct a NCName with the specified value.

Parameters:
value - the value of the NCName
Throws:
IllegalArgumentException - if the value can not be validated as a NCName.
Method Detail

getValue

public String getValue()
Get the value of this NCName.

Overrides:
getValue in class Name
Returns:
the value of the NCName

setValue

public void setValue(String value)
              throws IllegalArgumentException
Set the value of this NCName.

Overrides:
setValue in class Name
Parameters:
value - the value of the NCName
Throws:
IllegalArgumentException - if the value can not be validated as a NCName.

equals

public boolean equals(Object other)
Overrides:
equals in class Name

hashCode

public int hashCode()
Overrides:
hashCode in class Name

validate

public static void validate(Object object)
                     throws IllegalArgumentException
Validate that a NCName is a proper XML Schema NCName.

Throws:
IllegalArgumentException - if the value can not be validated as a NCName.

toString

public String toString()
Description copied from class: Token
Return string form of object

Overrides:
toString in class Name

Novell exteNd Web Services SDK API

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