org.richfaces.cdk.attributes
Class Schema
java.lang.Object
org.richfaces.cdk.attributes.Schema
- All Implemented Interfaces:
- KeyedType
public class Schema
- extends Object
- implements KeyedType
- Author:
- Nick Belaevski
Schema
public Schema()
Schema
public Schema(String namespace)
getNamespace
public String getNamespace()
- Returns:
- the namespace
setNamespace
public void setNamespace(String namespace)
- Parameters:
namespace - the namespace to set
getKey
public String getKey()
- Specified by:
getKey in interface KeyedType
addElement
public void addElement(Element element)
getElements
public Map<String,Element> getElements()
- Returns:
- the elements
setElements
public void setElements(Map<String,Element> elements)
- Parameters:
elements - the elements to set
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.