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
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.