public class

SimpleType

extends Object
java.lang.Object
   ↳ org.apache.commons.betwixt.schema.SimpleType

Class Overview

Models a simpleType tag in an XML schema. A simple type is an element that cannot have element content and which has no attributes.

Summary

Public Constructors
SimpleType()
Public Methods
boolean equals(Object obj)
String getName()
Gets the name
int hashCode()
void setName(String name)
Sets the name
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SimpleType ()

Public Methods

public boolean equals (Object obj)

public String getName ()

Gets the name

Returns
  • the name of this type

public int hashCode ()

public void setName (String name)

Sets the name

public String toString ()