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

All Superinterfaces:
XSDComponent

public interface XSDSchemaNotation
extends XSDComponent

Metadata for a single XML Schema notation 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
 java.lang.String getNameValue()
          Get the value of the 'name' attribute.
 java.lang.String getPublicValue()
          Get the value of the 'public' attribute.
 java.lang.String getSystemValue()
          Get the value of the 'system' 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

getNameValue

java.lang.String getNameValue()
Get the value of the 'name' attribute.

Returns:
the value

getPublicValue

java.lang.String getPublicValue()
Get the value of the 'public' attribute.

Returns:
the value

getSystemValue

java.lang.String getSystemValue()
Get the value of the 'system' attribute.

Returns:
the value, or null if not specified


Copyright © 2012 Pegasystems Inc. All Rights Reserved.