com.ebmwebsourcing.easyschema10.api.with
Interface WithAttributes

All Known Subinterfaces:
AttributeGroup, ComplexType, Schema

public interface WithAttributes


Method Summary
 void addAttribute(Attribute attribute)
           
 void clearAttributes()
           
 Attribute getAttributeByName(java.lang.String name)
           
 Attribute[] getAttributes()
           
 void removeAttribute(Attribute attribute)
           
 

Method Detail

getAttributes

Attribute[] getAttributes()

addAttribute

void addAttribute(Attribute attribute)

removeAttribute

void removeAttribute(Attribute attribute)

clearAttributes

void clearAttributes()

getAttributeByName

Attribute getAttributeByName(java.lang.String name)


Copyright © 2011 Petals Link. All Rights Reserved.