com.ebmwebsourcing.easyschema10.api.with
Interface WithAttributeGroups

All Known Subinterfaces:
AttributeGroup, ComplexType, Schema

public interface WithAttributeGroups


Method Summary
 void addAttributeGroup(AttributeGroup attributeGroup)
           
 void clearAttributeGroups()
           
 AttributeGroup getAttributeGroupByName(java.lang.String name)
           
 AttributeGroup[] getAttributeGroups()
           
 void removeAttributeGroup(AttributeGroup attributeGroup)
           
 

Method Detail

getAttributeGroups

AttributeGroup[] getAttributeGroups()

addAttributeGroup

void addAttributeGroup(AttributeGroup attributeGroup)

removeAttributeGroup

void removeAttributeGroup(AttributeGroup attributeGroup)

clearAttributeGroups

void clearAttributeGroups()

getAttributeGroupByName

AttributeGroup getAttributeGroupByName(java.lang.String name)


Copyright © 2011 Petals Link. All Rights Reserved.