com.ebmwebsourcing.commons.schema.api
Interface Type

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Subinterfaces:
ComplexType, SimpleType
All Known Implementing Classes:
AbstractType, ComplexType, SimpleType

public interface Type
extends SchemaElement


Method Summary
 void addAttribute(Attribute attr)
           
 Attribute getAttribute(java.lang.String attr)
           
 java.util.List<Attribute> getAttributes()
           
 javax.xml.namespace.QName getQName()
           
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.SchemaElement
createDocumentation, getDocumentation, setDocumentation
 

Method Detail

getQName

javax.xml.namespace.QName getQName()

getAttributes

java.util.List<Attribute> getAttributes()

addAttribute

void addAttribute(Attribute attr)

getAttribute

Attribute getAttribute(java.lang.String attr)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.