|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.Schema
public class Schema
Objects of this class represent a schema
Constructor Summary | |
---|---|
Schema()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Schema()
Method Detail |
---|
public Schema setNamespace(String namespace)
Schema
namespace
-
Schema
for method chainingpublic Schema setAlias(String alias)
Schema
alias
-
Schema
for method chainingpublic Schema setUsings(List<Using> usings)
Using
for this Schema
usings
-
Schema
for method chainingpublic Schema setEntityTypes(List<EntityType> entityTypes)
EntityType
s for this Schema
entityTypes
-
Schema
for method chainingpublic Schema setComplexTypes(List<ComplexType> complexTypes)
ComplexType
s for this Schema
complexTypes
-
Schema
for method chainingpublic Schema setAssociations(List<Association> associations)
Association
s for this Schema
associations
-
Schema
for method chainingpublic Schema setEntityContainers(List<EntityContainer> entityContainers)
EntityContainer
s for this Schema
entityContainers
-
Schema
for method chainingpublic Schema setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this Schema
annotationAttributes
-
Schema
for method chainingpublic Schema setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this Schema
annotationElements
-
Schema
for method chainingpublic String getNamespace()
Schema
public String getAlias()
Schema
public List<Using> getUsings()
Using
> of this Schema
public List<EntityType> getEntityTypes()
EntityType
> of this Schema
public List<ComplexType> getComplexTypes()
ComplexType
> of this Schema
public List<Association> getAssociations()
Association
> of this Schema
public List<EntityContainer> getEntityContainers()
EntityContainer
> of this Schema
public List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |