Package com.tridion.broker.schemas
Interface Schema
public interface Schema
Container for a Schema.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Schema as a String.intReturns the namespace id of the schema.intReturns the publication id of the schema.intReturns the item id of the schema.
-
Method Details
-
getContent
String getContent()Returns the Schema as a String.- Returns:
- the Schema as a String
-
getSchemaId
int getSchemaId()Returns the item id of the schema.- Returns:
- the item id of the schema
-
getPublicationId
int getPublicationId()Returns the publication id of the schema.- Returns:
- the publication id of the schema
-
getNamespaceId
int getNamespaceId()Returns the namespace id of the schema.- Returns:
- namespace id
-