com.openharbor.beck.xml
Class Type

java.lang.Object
  extended bycom.openharbor.beck.xml.Type

public class Type
extends java.lang.Object

An element type in a structural model. This is something like a complexType in an XML schema, although this has much less information.


Field Summary
 Attribute[] attributes
           
 Element[] elements
           
 XMLName name
          May be null, indicating an anonymous type.
static XMLWriter.MapKey WRITER_KEY
          The key of a Type in an XMLWriter element stack, which enables marshallers to produce XML of the desired structure.
 
Constructor Summary
Type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public XMLName name
May be null, indicating an anonymous type.


attributes

public Attribute[] attributes

elements

public Element[] elements

WRITER_KEY

public static final XMLWriter.MapKey WRITER_KEY
The key of a Type in an XMLWriter element stack, which enables marshallers to produce XML of the desired structure.

Constructor Detail

Type

public Type()