public class Schema extends Object
Constructor and Description |
---|
Schema() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
getActions() |
String |
getAlias() |
List<ComplexType> |
getComplexTypes() |
EntityContainer |
getEntityContainer() |
List<EntityType> |
getEntityTypes() |
List<EnumType> |
getEnumTypes() |
List<Function> |
getFunctions() |
String |
getNamespace() |
List<Term> |
getTerms() |
List<TypeDefinition> |
getTypeDefinitions() |
Schema |
setActions(List<Action> actions) |
Schema |
setAlias(String alias) |
Schema |
setComplexTypes(List<ComplexType> complexTypes) |
Schema |
setEntityContainer(EntityContainer entityContainer) |
Schema |
setEntityTypes(List<EntityType> entityTypes) |
Schema |
setEnumTypes(List<EnumType> enumTypes) |
Schema |
setFunctions(List<Function> functions) |
Schema |
setNamespace(String namespace) |
Schema |
setTerms(List<Term> terms) |
Schema |
setTypeDefinitions(List<TypeDefinition> typeDefinitions) |
public String getNamespace()
public String getAlias()
public List<TypeDefinition> getTypeDefinitions()
public Schema setTypeDefinitions(List<TypeDefinition> typeDefinitions)
public List<EntityType> getEntityTypes()
public Schema setEntityTypes(List<EntityType> entityTypes)
public List<ComplexType> getComplexTypes()
public Schema setComplexTypes(List<ComplexType> complexTypes)
public EntityContainer getEntityContainer()
public Schema setEntityContainer(EntityContainer entityContainer)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.