com.pega.pegarules.pub.services.xsd
Interface XSDSchemaRedefine

All Superinterfaces:
XSDComponent

public interface XSDSchemaRedefine
extends XSDComponent

Metadata for a single XML Schema redefinition component

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
Peter Tandara-Kuhns

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Method Summary
 XSDComponentList getAttributeGroupDefinitions()
          Get any attribute group definition components of the schema redefinition.
 XSDComponentList getNamedComplexTypeDefinitions()
          Get any complex type definition components of the schema redefinition.
 XSDComponentList getNamedModelGroupDefinitions()
          Get any model group definition components of the schema redefinition.
 XSDComponentList getNamedSimpleTypeDefinitions()
          Get any simple type definition components of the schema redefinition.
 java.lang.String getSchemaLocationValue()
          Get the value of the 'schemaLocation' attribute.
 
Methods inherited from interface com.pega.pegarules.pub.services.xsd.XSDComponent
getAllMetadata, getAnnotations, getIDValue
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
Method Detail

getSchemaLocationValue

java.lang.String getSchemaLocationValue()
Get the value of the 'schemaLocation' attribute.

Returns:
the value

getNamedComplexTypeDefinitions

XSDComponentList getNamedComplexTypeDefinitions()
Get any complex type definition components of the schema redefinition. List elements are of type XSDComplexTypeDefinition.

Returns:
the list of complex type definition components

getNamedSimpleTypeDefinitions

XSDComponentList getNamedSimpleTypeDefinitions()
Get any simple type definition components of the schema redefinition. List elements are of type XSDSimpleTypeDefinition.

Returns:
the list of simple type definition components

getNamedModelGroupDefinitions

XSDComponentList getNamedModelGroupDefinitions()
Get any model group definition components of the schema redefinition. List elements are of type XSDModelGroupDefinition.

Returns:
the list of model group definition components

getAttributeGroupDefinitions

XSDComponentList getAttributeGroupDefinitions()
Get any attribute group definition components of the schema redefinition. List elements are of type XSDAttributeGroupDefinition.

Returns:
the list of attribute group definition components


Copyright © 2012 Pegasystems Inc. All Rights Reserved.