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

All Superinterfaces:
XSDComponent

public interface XSDAnnotation
extends XSDComponent

Metadata for a single annotation node from an XML Schema 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.util.List getAppInfoValues()
          Get a list of appInfo string values.
 java.util.List getDocumentationValues()
          Get a list of documentation string values.
 
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

getDocumentationValues

java.util.List getDocumentationValues()
Get a list of documentation string values. The string values will consist of the full serialized XML content of the documentation element.

Returns:
the string value list

getAppInfoValues

java.util.List getAppInfoValues()
Get a list of appInfo string values. The string values will consist of the full serialized XML content of the appInfo element.

Returns:
the string value list


Copyright © 2012 Pegasystems Inc. All Rights Reserved.