public class Schema extends Object
Constructor and Description |
---|
Schema() |
Modifier and Type | Method and Description |
---|---|
List<Association> |
getAssociations()
Returns the list of defined associations.
|
List<ComplexType> |
getComplexTypes()
Returns the list of defined complex types.
|
List<EntityType> |
getEntityTypes()
Returns the list of defined entity types.
|
Namespace |
getNamespace()
Returns the namespace of this schema.
|
List<Namespace> |
getReferencedNamespaces()
Returns the list of referenced namespaces.
|
void |
setAssociations(List<Association> associations)
Sets the list of defined associations.
|
void |
setComplexTypes(List<ComplexType> complexTypes)
Sets the list of defined complex types.
|
void |
setEntityTypes(List<EntityType> types)
Sets the list of defined entity types.
|
void |
setNamespace(Namespace namespace)
Sets the namespace of this schema.
|
void |
setReferencedNamespaces(List<Namespace> referencedNamespaces)
Sets the list of referenced namespaces.
|
public List<Association> getAssociations()
public List<ComplexType> getComplexTypes()
public List<EntityType> getEntityTypes()
public Namespace getNamespace()
public List<Namespace> getReferencedNamespaces()
public void setAssociations(List<Association> associations)
associations
- The list of defined associations.public void setComplexTypes(List<ComplexType> complexTypes)
complexTypes
- The list of defined complex types.public void setEntityTypes(List<EntityType> types)
types
- The list of defined entity types.public void setNamespace(Namespace namespace)
namespace
- The namespace of this schema.Copyright © 2005–2014. All rights reserved.