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

All Superinterfaces:
XSDComponent

public interface XSDAttributeGroupDefinition
extends XSDComponent

Metadata for a single attribute group definition from an XML Schema

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 getComponents()
          Get the list of attribute components for this attribute group.
 java.lang.String getName()
          Get the name of this attribute group.
 java.lang.String getNamespaceURI()
          Get the namespace URI that this attribute group belongs to.
 boolean isRedefine()
          Determine if the type definition redefines an existing definition.
 
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

getNamespaceURI

java.lang.String getNamespaceURI()
Get the namespace URI that this attribute group belongs to.

Returns:
the namespace URI value

getName

java.lang.String getName()
Get the name of this attribute group.

Returns:
the name value

isRedefine

boolean isRedefine()
Determine if the type definition redefines an existing definition.

Returns:
true if this is a type redefinition, false otherwise

getComponents

XSDComponentList getComponents()
Get the list of attribute components for this attribute group. List elements can be of type XSDAttributeDeclaration, XSDAttributeReference, XSDAttributeGroupReference, or XSDAttributeWildcard.

Returns:
the list of attribute components


Copyright © 2012 Pegasystems Inc. All Rights Reserved.