com.ebmwebsourcing.easyschema10.api.with
Interface WithSimpleTypes

All Known Subinterfaces:
Schema

public interface WithSimpleTypes


Method Summary
 void addSimpleType(SimpleType simpleType)
           
 void clearSimpleTypes()
           
 SimpleType getSimpleTypeByName(java.lang.String name)
           
 SimpleType[] getSimpleTypes()
           
 void removeSimpleType(SimpleType simpleType)
           
 

Method Detail

getSimpleTypes

SimpleType[] getSimpleTypes()

addSimpleType

void addSimpleType(SimpleType simpleType)

removeSimpleType

void removeSimpleType(SimpleType simpleType)

clearSimpleTypes

void clearSimpleTypes()

getSimpleTypeByName

SimpleType getSimpleTypeByName(java.lang.String name)


Copyright © 2011 Petals Link. All Rights Reserved.