Package org.exolab.castor.xml.schema
Class AppInfo
- java.lang.Object
-
- org.exolab.castor.xml.schema.Structure
-
- org.exolab.castor.xml.schema.AnnotationItem
-
- org.exolab.castor.xml.schema.AppInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class AppInfo extends AnnotationItem
A class which represents the AppInfo element- Version:
- $Revision: 7652 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
- Author:
- Keith Visco
- See Also:
AnnotationItem
, Serialized Form
-
-
Field Summary
-
Fields inherited from class org.exolab.castor.xml.schema.Structure
ANNOTATION, ANYTYPE, APPINFO, ATTRIBUTE, ATTRIBUTE_GROUP, COMPLEX_CONTENT, COMPLEX_TYPE, DOCUMENTATION, ELEMENT, FACET, GROUP, IDENTITY_FIELD, IDENTITY_SELECTOR, KEY, KEYREF, LIST, MODELGROUP, MODELGROUP_REF, REDEFINE, SCHEMA, SIMPLE_CONTENT, SIMPLE_TYPE, UNION, UNIQUE, UNKNOWN, WILDCARD
-
-
Constructor Summary
Constructors Constructor Description AppInfo()
Creates a new AppInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getJdoContent()
short
getStructureType()
Returns the type of this Schema Structurevoid
setJdoContent(java.util.List jdoContent)
-
Methods inherited from class org.exolab.castor.xml.schema.AnnotationItem
add, getContent, getObjects, getSource, getStringValue, remove, setSource, validate
-
-
-
-
Method Detail
-
getStructureType
public short getStructureType()
Returns the type of this Schema Structure- Specified by:
getStructureType
in classAnnotationItem
- Returns:
- the type of this Schema Structure
-
getJdoContent
public final java.util.List getJdoContent()
- Returns:
- the jdoContent
-
setJdoContent
public final void setJdoContent(java.util.List jdoContent)
- Parameters:
jdoContent
- the jdoContent to set
-
-