com.openharbor.beck.xml
Class Element

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

public class Element
extends java.lang.Object

An XML element in a structural model.


Field Summary
 long maxOccurs
           
 long minOccurs
           
 XMLName name
           
 Type type
           
 
Constructor Summary
Element()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public XMLName name

type

public Type type

minOccurs

public long minOccurs

maxOccurs

public long maxOccurs
Constructor Detail

Element

public Element()