Serialized Form


Package commgrids.schema

Class commgrids.schema.Address implements Serializable

Serialized Fields

_addresstype

java.lang.String _addresstype

_street

java.lang.String _street

_extensionList

java.util.Vector _extensionList

_city

java.lang.String _city

_state

java.lang.String _state

_zipCode

java.lang.String _zipCode

_country

java.lang.String _country

Class commgrids.schema.Affiliation implements Serializable

Serialized Fields

_department

java.lang.String _department

_year

YearType _year

Class commgrids.schema.Assignment implements Serializable

Class commgrids.schema.AssignmentObject implements Serializable

Serialized Fields

_courseLink

CourseLink _courseLink
Associated course URI

_HWID

HWID _HWID
number attribute has to be set a number or label

_HWDetails

HWDetails _HWDetails

_HWComments

HWComments _HWComments

Class commgrids.schema.CGPersonalInfo implements Serializable

Class commgrids.schema.CGPersonType implements Serializable

Serialized Fields

_name

Name _name

_email

java.lang.String _email

_affiliation

Affiliation _affiliation

_homePage

java.lang.String _homePage

_photo

java.lang.String _photo

_phone

java.lang.String _phone

_addressList

java.util.Vector _addressList

_userCourses

UserCourses _userCourses

Class commgrids.schema.Course implements Serializable

Class commgrids.schema.CourseDate implements Serializable

Serialized Fields

_term

TermType _term
An enumeration of Fall, Spring, Summer, Summer I and II

_year

org.exolab.castor.types.GYear _year

Class commgrids.schema.CourseLink implements Serializable

Class commgrids.schema.CourseObject implements Serializable

Serialized Fields

_courseID

java.lang.String _courseID

_courseDate

CourseDate _courseDate

_instructors

Instructors _instructors

_details

Details _details

_questionairesList

java.util.Vector _questionairesList
Each questionaire is GXOS object and has a URI. These questionaires live under Course metameeting.

Class commgrids.schema.Details implements Serializable

Serialized Fields

_courseURL

java.lang.String _courseURL

_courseLogo

java.lang.String _courseLogo

_gradingType

GradingTypeType _gradingType
Numeric or Customized. New ones can be added s.a. Letter, PassFail. Right now these fall into Customized.

_courseComments

java.lang.String _courseComments

Class commgrids.schema.EndTime implements Serializable

Class commgrids.schema.HWComments implements Serializable

Serialized Fields

_publicComments

java.lang.String _publicComments

_privateComments

java.lang.String _privateComments

Class commgrids.schema.HWDetails implements Serializable

Serialized Fields

_gradingBase

java.lang.String _gradingBase
Maximum grade that can be given for this assignment.

_partials

java.lang.String _partials
Points if above GradingBase can be divided

_weight

java.lang.String _weight
assignment's effect on final grade, i.e. 5, 50, 0.20, 30%. may require parsing

_status

java.lang.String _status
publish to students or not

_questionURL

java.lang.String _questionURL

_answerURL

java.lang.String _answerURL

_dueDate

int _dueDate
in miliseconds

_has_dueDate

boolean _has_dueDate
keeps track of state for field: _dueDate

Class commgrids.schema.HWID implements Serializable

Serialized Fields

_number

java.lang.String _number

_HWType

HWTypeType _HWType
Enumeration of Assignment, Quiz, Project, and Other

Class commgrids.schema.Instructor implements Serializable

Serialized Fields

_title

java.lang.String _title

Class commgrids.schema.Instructors implements Serializable

Serialized Fields

_instructorList

java.util.Vector _instructorList
Links to people who are related to this course, i.e. intstructors, TAs. title attribute needs to be set.

Class commgrids.schema.Name implements Serializable

Serialized Fields

_firstName

java.lang.String _firstName

_midName

java.lang.String _midName

_lastName

java.lang.String _lastName

Class commgrids.schema.Questionaires implements Serializable

Class commgrids.schema.Quiz implements Serializable

Class commgrids.schema.QuizObject implements Serializable

Serialized Fields

_quizTime

QuizTime _quizTime

_quizQuestionsList

java.util.Vector _quizQuestionsList
each question is a separate GXOS object. here we have a collection of question objects.

Class commgrids.schema.QuizQuestions implements Serializable

Class commgrids.schema.QuizTime implements Serializable

Serialized Fields

_startTime

StartTime _startTime
in milliseconds

_endTime

EndTime _endTime
in milliseconds

Class commgrids.schema.StartTime implements Serializable

Class commgrids.schema.User implements Serializable

Serialized Fields

_CGPersonalInfo

CGPersonalInfo _CGPersonalInfo

Class commgrids.schema.UserCourse implements Serializable

Serialized Fields

_privileges

java.lang.String _privileges

Class commgrids.schema.UserCourses implements Serializable

Serialized Fields

_userCourseList

java.util.Vector _userCourseList


Package commgrids.schema.types

Class commgrids.schema.types.GradingTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class commgrids.schema.types.HWTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class commgrids.schema.types.TermType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class commgrids.schema.types.YearType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue


Package garnet.gateway.schema

Class garnet.gateway.schema.Application implements Serializable

Serialized Fields

_name

java.lang.String _name

_comment

java.lang.String _comment

_parameters

Parameters _parameters

_machineList

java.util.Vector _machineList

_visualizationToolkitList

java.util.Vector _visualizationToolkitList

Class garnet.gateway.schema.ApplicationDescription implements Serializable

Serialized Fields

_comment

java.lang.String _comment

Class garnet.gateway.schema.Machine implements Serializable

Serialized Fields

_name

java.lang.String _name

_parameters

Parameters _parameters

Class garnet.gateway.schema.Parameters implements Serializable

Class garnet.gateway.schema.VisualizationToolkit implements Serializable

Serialized Fields

_name

java.lang.String _name

_parameters

Parameters _parameters


Package org.gxos

Class org.gxos.GxException implements Serializable

Serialized Fields

e

java.lang.Exception e


Package org.gxos.config

Class org.gxos.config.ConfigFile implements Serializable

Serialized Fields

_fileURL

java.lang.String _fileURL
File URLs are platform independent addresses for files, i.e. file:///home/user or file://c:/documents/user. First this element is checked. If it does not exist, then FileLocation is tried.

_fileLocation

java.lang.String _fileLocation
This holds the physical locationguration file. In a complete configuration file, this element cannot exist. If this elements exists, then the rest of the file will be disregarded and configuration information will be uploaded from either FileURL or FileLocation.

_configurationTypeSequence

ConfigurationTypeSequence _configurationTypeSequence

Class org.gxos.config.ConfigurationTypeSequence implements Serializable

Serialized Fields

_databaseManager

DatabaseManager _databaseManager
Configuration information for the database manager. All the database implementations need to be registered through here.

_customObjects

CustomObjects _customObjects
This is a list of user defined GXOS objects. At the time initialization, all of these Java classes are loaded into memory and registered with the XML unmarshaller.

Class org.gxos.config.CustomObjects implements Serializable

Serialized Fields

_customObjectList

java.util.Vector _customObjectList

Class org.gxos.config.Database implements Serializable

Serialized Fields

_URINamespace

java.lang.String _URINamespace
This is the namespace prefix which is associated with the given database implementation, i.e. gxos as in gxos://database/xmlobject/a/b/c

_DBImplementer

java.lang.String _DBImplementer
Java class name of the database implementer. This is a vendor/developer specific name and must implement org.gxos.xml.Database interface.

_parameters

Parameters _parameters
Parameters are name/value pairs. These value are inserted into a hashtable before sent to database initialization. These values are implementation specific.

Class org.gxos.config.DatabaseManager implements Serializable

Serialized Fields

_databaseList

java.util.Vector _databaseList

_userInformation

UserInformation _userInformation

Class org.gxos.config.Parameter implements Serializable

Serialized Fields

_content

java.lang.String _content
internal content storage

_name

java.lang.String _name

Class org.gxos.config.Parameters implements Serializable

Serialized Fields

_parameterList

java.util.Vector _parameterList

Class org.gxos.config.UserInformation implements Serializable

Serialized Fields

_userImplementer

java.lang.String _userImplementer
Java class name of the personal information interface, org.gxos.users.PersonalInfo.


Package org.gxos.gndi.context

Class org.gxos.gndi.context.GxManagerAlreadyInitializedException implements Serializable

Class org.gxos.gndi.context.GxNamingException implements Serializable

Serialized Fields

e

java.lang.Exception e


Package org.gxos.schema

Class org.gxos.schema.AccessDomain implements Serializable

Serialized Fields

_objectList

ObjectList _objectList

_privileges

Privileges _privileges

_hosts

Hosts _hosts

Class org.gxos.schema.AccessObject implements Serializable

Serialized Fields

_accessable

AccessableType _accessable

Class org.gxos.schema.AcknowledgeObject implements Serializable

Class org.gxos.schema.AcknowledgeObjectType implements Serializable

Serialized Fields

_acknowledgeStatus

AcknowledgeStatusType _acknowledgeStatus
Request || Reply

_acknowledgeRequestList

java.util.Vector _acknowledgeRequestList
AcknowledgeRequest is no || onreceipt || oncomplete Default for AcknowledgeRequest is no

_acknowledgeReply

int _acknowledgeReply
AcknowledgeReply links to HistoryObject by referencing value of ProcessingID

_has_acknowledgeReply

boolean _has_acknowledgeReply
keeps track of state for field: _acknowledgeReply

Class org.gxos.schema.Authentication implements Serializable

Serialized Fields

_accessCode

java.lang.String _accessCode

_password

byte[] _password

Class org.gxos.schema.Collection implements Serializable

Class org.gxos.schema.CollectionType implements Serializable

Class org.gxos.schema.Communication implements Serializable

Serialized Fields

_protocol

java.lang.String _protocol
Protocol element defines what type of communication protocol is used between user's or client application's site and the service specified in the SecurityObject's Context attribute.

_keys

Keys _keys

Class org.gxos.schema.CurrentClock implements Serializable

Class org.gxos.schema.CustomExtension implements Serializable

Class org.gxos.schema.CustomExtensionType implements Serializable

Serialized Fields

_extensionType

ExtensionTypeType _extensionType
IMS || ADL || Gateway

Class org.gxos.schema.CustomParameter implements Serializable

Serialized Fields

_parametervalueList

java.util.Vector _parametervalueList

Class org.gxos.schema.CustomProfile implements Serializable

Class org.gxos.schema.Destination implements Serializable

Class org.gxos.schema.DestinationforJMS implements Serializable

Class org.gxos.schema.DestinationforJMSType implements Serializable

Serialized Fields

_destinationQueue

java.lang.String _destinationQueue

_destinationTopic

java.lang.String _destinationTopic

_destinationSubTopic

java.lang.String _destinationSubTopic

Class org.gxos.schema.DestinationGroup implements Serializable

Class org.gxos.schema.DestinationObjectType implements Serializable

Serialized Fields

_destinationList

java.util.Vector _destinationList

_destinationforJMS

DestinationforJMS _destinationforJMS

Class org.gxos.schema.DestinationTypeX implements Serializable

Serialized Fields

_destinationType

DestinationTypeType _destinationType

_destinationGroup

DestinationGroup _destinationGroup

Class org.gxos.schema.Device implements Serializable

Class org.gxos.schema.DeviceObjectType implements Serializable

Serialized Fields

_deviceType

DeviceTypeType _deviceType
Obviously could be much richer

_machinename

java.lang.String _machinename
Name.Domain is Computer Full Name

_domain

java.lang.String _domain

_IP

java.lang.String _IP
IP Address

Class org.gxos.schema.Document implements Serializable

Class org.gxos.schema.DocumentType implements Serializable

Class org.gxos.schema.EditObject implements Serializable

Class org.gxos.schema.Entity implements Serializable

Class org.gxos.schema.Event implements Serializable

Class org.gxos.schema.EventDestination implements Serializable

Class org.gxos.schema.EventObject implements Serializable

Serialized Fields

_GMSMessageMode

java.lang.String _GMSMessageMode
Default is Implicit or that GMSMessageMode implied by other Message properties; Update implies that Message is Getting or Setting properties of objects and Event has an UpdateExtension Has additional allowed values for particular MessageType's

_eventDestination

EventDestination _eventDestination
Specify list of destination objects using DestinationObject DTD Allows multiple destinations and implies DestinationQueue, DestinationTopic, DestinationSubTopic Used in cruder JMS Header specification of Destination

_sourceDevice

SourceDevice _sourceDevice
Client or Server Computer that produced message with InternalND pointer to it as a DeviceObject Generates SourceName SourceDomain used in JMS This is not really necessary as implied by GMSStream and Information available from GXOS

_priority

int _priority
0 (lowest) to 100 Highest)

_has_priority

boolean _has_priority
keeps track of state for field: _priority

_priorityScope

PriorityScope _priorityScope
Collection (of messages) wrt to which Priority refers If message defines a MeetingContext, default value is GarnetRoot; if message is internal to a stream, default value is StreamName If message inside a MeetingContext but outside a stream, then PriorityScope is defaulted to MeetingContextName PriorityScope can reference any root or node of any tree containing this message -- see TreeObject DTD Idea is that subsystem setting Priority only has "visibility" a certain way up the tree from where it sits In particular, it may only know about the Sharedlet(Stream) or a little broader the MeetingContext from which message comes from The assumption is that "system" can apply a relative priority between different PriorityScope's

_eventUserName

java.lang.String _eventUserName
The unique user NickName associated with this Event This is not really necessary as implied by GMSStream and Information available from GXOS

_eventUserObject

EventUserObject _eventUserObject
Specifies in UserObject DTD the user at Source This is not really necessary as implied by GMSStream and Information available from GXOS

_GMSMessageID

GMSMessageID _GMSMessageID
Unique ID of message including sequencing Information. This is discussed by Shrideep. For Garnet Message is uniquely specified by GXOS Handle in InternalND DTD of Stream and Sequence Number within Stream

_acknowledgeObject

AcknowledgeObject _acknowledgeObject
Request sending of Acknowledge message to source on either receipt or completion of processing or Reply to such a Request

Class org.gxos.schema.EventUserObject implements Serializable

Class org.gxos.schema.ExportParameter implements Serializable

Class org.gxos.schema.ExportParameters implements Serializable

Class org.gxos.schema.ExportParametersType implements Serializable

Serialized Fields

_exportParameterList

java.util.Vector _exportParameterList

Class org.gxos.schema.ExportPlace implements Serializable

Class org.gxos.schema.Extensions implements Serializable

Class org.gxos.schema.ExtensionsType implements Serializable

Serialized Fields

_parameterExtensionList

java.util.Vector _parameterExtensionList
Hold parameters for undefined use. Extends CustomParameter with parameteruse attribute

Class org.gxos.schema.ExternalComputer implements Serializable

DEVICEOBJECT Computer where information can be found. Defaults to current ClientDevice or ServerDevice if information parsed on Server.

Class org.gxos.schema.ExternalGXOSObject implements Serializable
Class org.gxos.schema.GMSMessageID implements Serializable

Class org.gxos.schema.GMSStream implements Serializable

Class org.gxos.schema.GObject implements Serializable

Class org.gxos.schema.GroupAddon implements Serializable

Class org.gxos.schema.GroupAddons implements Serializable

Class org.gxos.schema.GroupAddonsType implements Serializable

Serialized Fields

_groupAddon

GroupAddon _groupAddon
Related Information including multimedia, notes etc.

Class org.gxos.schema.GroupAuthor implements Serializable

Class org.gxos.schema.GroupDate implements Serializable

Class org.gxos.schema.GroupExtra implements Serializable

Class org.gxos.schema.GroupExtras implements Serializable

Class org.gxos.schema.GroupExtrasType implements Serializable

Serialized Fields

_groupExtraList

java.util.Vector _groupExtraList
Define MetaData

Class org.gxos.schema.GroupLocation implements Serializable

Class org.gxos.schema.GroupMeeting implements Serializable

Class org.gxos.schema.Groups implements Serializable

Class org.gxos.schema.GroupSummary implements Serializable

Class org.gxos.schema.GXOSLink implements Serializable

Serialized Fields

_type

java.lang.String _type
This attribute selects a particular ContentType in NodeContents

_name

java.lang.String _name
This attribute selects a particular InternalName in NodeContents

_pageLabel

java.lang.String _pageLabel
This attribute selects a particular PageLabel in WebExportMD

_groupLabel

java.lang.String _groupLabel
This attribute selects a particular GroupLabel in WebExportMD

_pageNumber

PageNumberType _pageNumber
Next Previous or a Number

Class org.gxos.schema.GXOSObject implements Serializable

Class org.gxos.schema.GXOSShell implements Serializable

Class org.gxos.schema.GXOSShellType implements Serializable

Serialized Fields

_GXOSObjectList

java.util.Vector _GXOSObjectList
Inline GXOS Object to copy or run

_shelloutput

boolean _shelloutput

_has_shelloutput

boolean _has_shelloutput
keeps track of state for field: _shelloutput

_runList

java.util.Vector _runList
Value is a Comment

_webExportShell

WebExportShell _webExportShell
Basic Commands for WebExport

Class org.gxos.schema.HelpDirectory implements Serializable

Class org.gxos.schema.HistoryObject implements Serializable

Class org.gxos.schema.HistoryObjectType implements Serializable

Serialized Fields

_processingStageList

java.util.Vector _processingStageList
This uses ComputerObject DTD and is SourceObject for firststep.

Class org.gxos.schema.Hosts implements Serializable

Serialized Fields

_allowList

java.util.Vector _allowList

_denyList

java.util.Vector _denyList

Class org.gxos.schema.Information implements Serializable

Serialized Fields

_title

java.lang.String _title

_description

java.lang.String _description

_capacity

int _capacity

_has_capacity

boolean _has_capacity
keeps track of state for field: _capacity

Class org.gxos.schema.InsertFile implements Serializable

Serialized Fields

_type

java.lang.String _type
This attribute selects a particular ContentType in NodeContents

_name

java.lang.String _name
This attribute selects a particular InternalName in NodeContents

Class org.gxos.schema.InternalND implements Serializable

Serialized Fields

_internalAddress

java.lang.String _internalAddress
Absolute Garnet Address //RootName/Collection1/Collection2/ …. /CollectionN/node As RootNames unique, this is unique.

_internalHandle

java.lang.String _internalHandle
Only used in Java implementation for actual program handle to Object.

_helpDirectoryList

java.util.Vector _helpDirectoryList
Optional Specification of one or more external locations where we might be able to find information to understand more about GXOS Specification of This TreeObject and its related quantities.

Class org.gxos.schema.Key implements Serializable

Serialized Fields

_content

java.lang.String _content
internal content storage

_type

java.lang.String _type

_encryption

java.lang.String _encryption

Class org.gxos.schema.Keys implements Serializable

Serialized Fields

_keyList

java.util.Vector _keyList

Class org.gxos.schema.LinkGXOSObject implements Serializable

Class org.gxos.schema.LinkNode implements Serializable

Class org.gxos.schema.LocalGXOSObject implements Serializable

Class org.gxos.schema.LocalGXOSObjectType implements Serializable

Serialized Fields

_localMimeType

java.lang.String _localMimeType
See Content-Type in MIME encoding. Also can use XSIL (Caktech Scientific Data Format) XML or JMS body types.

_localEncoding

java.lang.String _localEncoding
See Content-Transfer-Encoding in MIME encoding.

_localBody

byte[] _localBody
Byte streams of local realization

Class org.gxos.schema.MaybeObject implements Serializable

Serialized Fields

_GObject

GObject _GObject

_raw

java.lang.String _raw

Class org.gxos.schema.Meeting implements Serializable

Class org.gxos.schema.MeetingObject implements Serializable

Serialized Fields

_meetingID

java.lang.String _meetingID

_ownerID

java.lang.String _ownerID

_type

java.lang.String _type

_information

Information _information

_passwords

Passwords _passwords

_times

Times _times

_references

References _references

_state

State _state

Class org.gxos.schema.MessageID implements Serializable

Serialized Fields

_GMSSequenceNumber

java.lang.String _GMSSequenceNumber
Sequence Number of Event in this Stream (Node/ParentObject)

_GMSStream

GMSStream _GMSStream
Stream to which event belongs in full InternalND Syntax //GarnetRoot/B/C/ ../Streamitself This is ESSENTIAL information as uniquely determines VirtualEnvironment Sharedlet (collaborating application) and SourceDevice and EventUserObject

_IDtostring

java.lang.String _IDtostring
String produced for JMSMessageID

Class org.gxos.schema.Namespaces implements Serializable

Class org.gxos.schema.NodeChild implements Serializable

Class org.gxos.schema.NodeChildren implements Serializable

Serialized Fields

_nodeChildList

java.util.Vector _nodeChildList
Handle to child.

Class org.gxos.schema.NodeContent implements Serializable

Class org.gxos.schema.NodeContents implements Serializable

Class org.gxos.schema.NodeContentsType implements Serializable

Serialized Fields

_nodeContentList

java.util.Vector _nodeContentList
Specify content in ObjectRealization DTD.

_nodeIcon

java.lang.String _nodeIcon
Specify object thumbnail display icon in ObjectRealization DTD.

Class org.gxos.schema.NodeEndTime implements Serializable

Class org.gxos.schema.NodeProfile implements Serializable

Class org.gxos.schema.NodeProfileType implements Serializable

Serialized Fields

_treeContext

TreeContext _treeContext
This defines nature of tree within which this node is located -- currently TreeContext is defined as a set of keyword tags.

_customProfile

CustomProfile _customProfile
Specify the custom application and TreeContext specific parameters used by NodeProfile.

Class org.gxos.schema.NodeStartTime implements Serializable

Class org.gxos.schema.NodeUpdateTime implements Serializable

Class org.gxos.schema.ObjectList implements Serializable

Serialized Fields

_accessObjectList

java.util.Vector _accessObjectList
The type of the Object element is the same as the InternalND so that we can have control over every object accessable through GXOS links.

Class org.gxos.schema.ObjectRealization implements Serializable

Serialized Fields

_internalName

java.lang.String _internalName
Internal name for instance by WebExport and NodeProfile

_relatedInternalName

java.lang.String _relatedInternalName
Related NodeContent's InternalName

_realizationStrategy

RealizationStrategy _realizationStrategy
Placeholder for elements RealizationType, Resolution, RenderingOptimization, ExportDetails

_relatedObjects

RelatedObjects _relatedObjects
Container for related objects

_contentTypeList

java.util.Vector _contentTypeList

_GXOSObjectType

GXOSObjectTypeType _GXOSObjectType

_localGXOSObject

LocalGXOSObject _localGXOSObject

_linkGXOSObject

LinkGXOSObject _linkGXOSObject

_externalGXOSObject

ExternalGXOSObject _externalGXOSObject

Class org.gxos.schema.OriginalClock implements Serializable

Class org.gxos.schema.OriginalGMSID implements Serializable

Class org.gxos.schema.PageAddon implements Serializable

Class org.gxos.schema.PageAddons implements Serializable
Class org.gxos.schema.PageDate implements Serializable

Class org.gxos.schema.PageExtra implements Serializable

Class org.gxos.schema.PageExtras implements Serializable

Class org.gxos.schema.PageExtrasType implements Serializable

Serialized Fields

_pageExtraList

java.util.Vector _pageExtraList

Class org.gxos.schema.PageLocation implements Serializable

Class org.gxos.schema.PageMeeting implements Serializable

Class org.gxos.schema.ParameterExtension implements Serializable

Class org.gxos.schema.ParameterExtensionType implements Serializable

Serialized Fields

_parameteruse

java.lang.String _parameteruse

Class org.gxos.schema.Parametervalue implements Serializable

Serialized Fields

_content

java.lang.String _content
internal content storage

_name

java.lang.String _name

Class org.gxos.schema.ParentObject implements Serializable

Class org.gxos.schema.Passwords implements Serializable

Serialized Fields

_host

byte[] _host

_participant

byte[] _participant

Class org.gxos.schema.Phase1Export implements Serializable

Class org.gxos.schema.Phase1ExportType implements Serializable

Serialized Fields

_phase1Source

Phase1Source _phase1Source
Source of Phase 1 Material

_exportPlace

ExportPlace _exportPlace
Export Phase1Source to specified location. This can be used for Word or PowerPoint native export Internally to this Object both GXOS and Web Location for Export Material This is a Web Directory in case of PowerPoint or Word Export

_namingStrategy

NamingStrategyType _namingStrategy
Standard Specify how files are to be named, where Metadata for pages or general information stored etc.

_exportType

ExportTypeType _exportType
Type of Export File to be produced

_sourceType

SourceTypeType _sourceType
Type of Source File

_exportParameters

ExportParameters _exportParameters
Placeholder for Parameters used to define Export -- This is SourceType and ExportType dependent

_processingRecord

ProcessingRecord _processingRecord
GXOS Object holding Record of this Provessing

Class org.gxos.schema.Phase1Source implements Serializable

Class org.gxos.schema.Phase2Export implements Serializable

Class org.gxos.schema.Phase2ExportType implements Serializable

Serialized Fields

_phase2Source

Phase2Source _phase2Source
Source of Phase 2 Material -- Typically ProcessingRecord from Phase 1 or Playlist Specification CustomType of Phase2Source is either Phase1Export or Playlist

_exportPlace

ExportPlace _exportPlace
Export Phase2Source to specified location. Internally to this Object both GXOS and Web Location for Export Material This is a Web Directory in case of PowerPoint or Word Export

_template

Template _template
Template

_templateType

TemplateTypeType _templateType
Type of Template. Group is things like a PowerPoint Presentation.

_exportParameters

ExportParameters _exportParameters
Placeholder for Parameters used to define Export

_processingRecord

ProcessingRecord _processingRecord
GXOS Object holding Record of this Provessing

Class org.gxos.schema.Phase2Source implements Serializable

Class org.gxos.schema.Phase3Export implements Serializable

Class org.gxos.schema.Phase3ExportType implements Serializable

Serialized Fields

_phase3Source

Phase3Source _phase3Source
Source of Phase 3 Material - Either ProcessingRecord from Phase 3 or Vanilla Template without Group Complications

_exportParameters

ExportParameters _exportParameters
Placeholder for Parameters used to define Export

_processingRecord

ProcessingRecord _processingRecord
GXOS Object holding Record of this Provessing

Class org.gxos.schema.Phase3Source implements Serializable

Class org.gxos.schema.Phase4Export implements Serializable

Class org.gxos.schema.Phase4ExportType implements Serializable

Serialized Fields

_phase4Source

Phase4Source _phase4Source
Source of Phase 3 Material - Either ProcessingRecord from Phase 3 or Vanilla Template without Group Complications

_exportParameters

ExportParameters _exportParameters
Placeholder for Parameters used to define Export

_processingRecord

ProcessingRecord _processingRecord
GXOS Object holding Record of this Provessing

Class org.gxos.schema.Phase4Source implements Serializable

Class org.gxos.schema.PlaylistExport implements Serializable

Class org.gxos.schema.PlaylistExportType implements Serializable

Serialized Fields

_playlistExport

PlaylistExport _playlistExport

_playlistSummary

PlaylistSummary _playlistSummary
Used to Specify Abstract of Constructed Group. Either contains MetaData in WebExportExtension or MetaData is Specified by user

_playlistPageList

java.util.Vector _playlistPageList
Used to Specify Next Page in Group. Either contains MetaData in WebExportExtension or MetaData is Specified by user

_processingRecord

ProcessingRecord _processingRecord
GXOS Object holding Record of this Provessing

Class org.gxos.schema.PlaylistPage implements Serializable

Class org.gxos.schema.PlaylistSummary implements Serializable

Class org.gxos.schema.Policy implements Serializable

Class org.gxos.schema.PolicyType implements Serializable

Serialized Fields

_context

java.lang.String _context
Context attribute defines the service the security policy will be used to access. It must be defined for each policy.

_accessDomain

AccessDomain _accessDomain

_communication

Communication _communication

Class org.gxos.schema.Preferences implements Serializable

Class org.gxos.schema.PriorityScope implements Serializable

Class org.gxos.schema.Privileges implements Serializable

Serialized Fields

_groupList

java.util.Vector _groupList

Class org.gxos.schema.ProcessingContext implements Serializable

Class org.gxos.schema.ProcessingDevice implements Serializable

Class org.gxos.schema.ProcessingRecord implements Serializable

Class org.gxos.schema.ProcessingStage implements Serializable

Class org.gxos.schema.ProcessingStageType implements Serializable

Serialized Fields

_processingNumber

int _processingNumber
Label (incremented by 1 starting at zero) of ProcessingStage to allow reference by AcknowledgeObject.

_has_processingNumber

boolean _has_processingNumber
keeps track of state for field: _processingNumber

_processingStatusList

java.util.Vector _processingStatusList
Status or action on event at this stage. Choose from Success || Failure || Replay || Originate || Acknowledge

_processingComment

java.lang.String _processingComment
Any comment on why processing needed.

_processingTime

ProcessingTime _processingTime
Put into ProcessingTime TimeObject DTD time of processing including Time, CurrentClock, ReferenceAction. If ProcessingStatus is Originate, then use Node/NodeStartTime.

_processingDevice

ProcessingDevice _processingDevice
Device where processing occured. If ProcessingStatus is Originate, then use SourceDevice.

_processingContext

ProcessingContext _processingContext
Context where processing occured. If ProcessingStatus is Originate, then use GMSStream.

_originalGMSID

OriginalGMSID _originalGMSID
If needed ID of Update message spawning this processing. If absent, then an Internal Update

Class org.gxos.schema.ProcessingTime implements Serializable

Class org.gxos.schema.ProgramObjectType implements Serializable

Serialized Fields

_standardInput

StandardInput _standardInput
Input File

_standardOutput

StandardOutput _standardOutput
Output File

_standardError

StandardError _standardError
Error File

_GXOSShell

GXOSShell _GXOSShell

Class org.gxos.schema.RealizationStrategy implements Serializable

Class org.gxos.schema.RealizationStrategyType implements Serializable

Serialized Fields

_realizationTypeList

java.util.Vector _realizationTypeList
Specify reason for this Realization. Normal || Rendering || Resolution || Mirror

_resolution

Resolution _resolution
Optional element in RealizationStrategy with attributes X Y Z Color

_renderingOptimizationList

java.util.Vector _renderingOptimizationList
Optional element in RealizationStrategy with attributes Monitor || CAVE || CellPhone || PDA || AudioOnly || NoAudio

Class org.gxos.schema.References implements Serializable

Serialized Fields

_URL

java.lang.String _URL

_SIPURL

java.lang.String _SIPURL

Class org.gxos.schema.RelatedObject implements Serializable

Class org.gxos.schema.RelatedObjects implements Serializable

Class org.gxos.schema.RelatedObjectsType implements Serializable

Serialized Fields

_relationComment

java.lang.String _relationComment
Freeform comment

_relatedObject

RelatedObject _relatedObject

_relationReason

RelationReasonType _relationReason

Class org.gxos.schema.Relations implements Serializable

Serialized Fields

_groupsList

java.util.Vector _groupsList

Class org.gxos.schema.RequestingGMSID implements Serializable

Class org.gxos.schema.Resolution implements Serializable

Class org.gxos.schema.ResolutionType implements Serializable

Serialized Fields

_x

float _x

_has_x

boolean _has_x
keeps track of state for field: _x

_y

float _y

_has_y

boolean _has_y
keeps track of state for field: _y

_z

float _z

CommandType _command
load means load GXOS Objects into Executing GXOS Environment execute means execute file with internally defined syntax shellexecute means execute GXOSShell file

_internalfile

java.lang.String _internalfile
Internal (GXOS) Object to execute

_externalfile

java.lang.String _externalfile
External File to execute

_localfile

boolean _localfile
If present execute GXOSObject with localname given by localfile

_has_localfile

boolean _has_localfile
keeps track of state for field: _localfile

_internalinput

java.lang.String _internalinput
Internal (GXOS) Object to input

_externalinput

java.lang.String _externalinput
External file to input

_localinput

boolean _localinput
If present input from GXOSObject with localname given by localinput

_has_localinput

boolean _has_localinput
keeps track of state for field: _localinput

_internaloutput

java.lang.String _internaloutput
Internal (GXOS) Object to output to

_externaloutput

java.lang.String _externaloutput
External file to output to

Class org.gxos.schema.Security implements Serializable

Class org.gxos.schema.SecurityObject implements Serializable

Serialized Fields

_policyList

java.util.Vector _policyList

_authentication

Authentication _authentication

Class org.gxos.schema.Sharedlet implements Serializable

Class org.gxos.schema.SharedletType implements Serializable

Class org.gxos.schema.SourceDevice implements Serializable

Class org.gxos.schema.StandardError implements Serializable

Class org.gxos.schema.StandardInput implements Serializable

Class org.gxos.schema.StandardOutput implements Serializable

Class org.gxos.schema.State implements Serializable

Serialized Fields

_status

java.lang.String _status

Class org.gxos.schema.Stream implements Serializable

Class org.gxos.schema.StreamType implements Serializable

Class org.gxos.schema.Template implements Serializable

Class org.gxos.schema.TemplateTypeX implements Serializable

Serialized Fields

_insertMDList

java.util.Vector _insertMDList
Any attribute defined in WebExportMD

_insertFileList

java.util.Vector _insertFileList
This can be a general GXOS Address or just say "fred" to denote child with this NodeName

_GXOSLink

GXOSLink _GXOSLink
Converted to proper Web Address as specified in NodeContent ObjectRealization

_GXOSLoopList

java.util.Vector _GXOSLoopList
Define Loop over Pages in a Group

Class org.gxos.schema.TimeObject implements Serializable

Serialized Fields

_time

java.lang.String _time
Time of an event: typically in number of milliseconds since Jan 1, 1970, 00:00:00, Universal Coordinated Time (GMT).

_timeSyntax

java.lang.String _timeSyntax
Default TimeSyntax is above is GMTMillisecs. Other forms e.g. Mon, 19 Dec 1995 GMT are represented by TimeSyntax as GMTString. PSTString, EDTString etc. are other forms.

_currentClock

CurrentClock _currentClock
Clock domain used in Time -- this is explained in separate memo. Typically this is either clock of source or the System Clock Domain defined for current MeetingContext. One just uses

_referenceAction

ReferenceActionType _referenceAction
begin || end Defines action that Time refers to -- begin is default if property not defined. This is used by SMIL collections.

_originalClock

OriginalClock _originalClock
Original clock if time converted to a particular standard. One just uses the GXOS Internal Name for Device whose clock is originally recorded time.

Class org.gxos.schema.Times implements Serializable

Serialized Fields

_acceptByTime

long _acceptByTime

_has_acceptByTime

boolean _has_acceptByTime
keeps track of state for field: _acceptByTime

_actualStartTime

long _actualStartTime

_has_actualStartTime

boolean _has_actualStartTime
keeps track of state for field: _actualStartTime

_actualStopTime

long _actualStopTime

_has_actualStopTime

boolean _has_actualStopTime
keeps track of state for field: _actualStopTime

_startTime

long _startTime

_has_startTime

boolean _has_startTime
keeps track of state for field: _startTime

_stopTime

long _stopTime

_has_stopTime

boolean _has_stopTime
keeps track of state for field: _stopTime

_duration

long _duration

_has_duration

boolean _has_duration
keeps track of state for field: _duration

_timeZone

long _timeZone

_has_timeZone

boolean _has_timeZone
keeps track of state for field: _timeZone

Class org.gxos.schema.TreeContext implements Serializable

Class org.gxos.schema.TreeObject implements Serializable

Serialized Fields

_namespaces

Namespaces _namespaces
Namespaces in GXOS provide means to name an object subtree and access it through its name. Objects in different namespaces can be named using the format nsname:object_name. Each namespace name is valid only for its children and subtrees.

_parentObject

ParentObject _parentObject
ParentObject in InternalND DTD of which current object is a child. Originally we allowed Multiple ParentObjects to support Multiple TreeContexts which in UNIX language are different Symbolic links. This has been replaced by NodeProfile mechanism.

_nodeName

java.lang.String _nodeName
Name of this node within current hierarchy. If NodeRooting is Root, the NodeName must be unique so that all trees are uniquely identified.

_nodeType

NodeTypeType _nodeType
NodeType equals Event is same as NodeType equals GMS. NodeNames ParentMetaData and ParentFragment are containers for more information about parent node.

_customType

java.lang.String _customType
Optional detailed type with a meaning specific to NodeType e.g. for NodeType equals Event, CustomType is MessageType. If NodeType is Collection then CustomType is either Mixed or NodeType of Contained Objects.

_nodeRooting

NodeRootingType _nodeRooting
Leaf || InternalNode || Root

_nodeVersionNumber

java.lang.String _nodeVersionNumber
Version of schema used.

_nodeCommentList

java.util.Vector _nodeCommentList
Any number of free form comments

_nodeUpdateTime

NodeUpdateTime _nodeUpdateTime
Time at which Node last updated. Defaults to NodeStartTime

_nodeChildren

NodeChildren _nodeChildren
Optional record of child objects (implied by GXOS child objects having NodeParent pointing to this object)

_historyObject

HistoryObject _historyObject
Specify processing history with multiple ProcessingTimes and ProcessingDevices and ProcessingStatus. ProcessingContext defines part of Garnet that performed processing.

_nodeStartTime

NodeStartTime _nodeStartTime
Start time of this node in TimeObject DTD. Note that NodeStartTime and NodeEndTime can both a) be inherited from parents and b) depend on inheritance tree (i.e. TreeContext). So one could define NodeStartTime for a particular (Leaf) node and then NodeEndTime would depend on TreeContext with which this is used.

_nodeEndTime

NodeEndTime _nodeEndTime
End time of this node in TimeObject DTD.

_extensions

Extensions _extensions
Container for GXOS or CustomExtensions

_customExtensionList

java.util.Vector _customExtensionList

_nodeProfile

NodeProfile _nodeProfile
Customize this node using strategy specified by content type and TreeContext and by data added by system. Profile includes elements TreeContext and CustomProfile.

_nodeContents

NodeContents _nodeContents
A Node used solely as a container need not have any contents although a NodeContent of Type = Summary and a NodeIcon are recommended.

Class org.gxos.schema.UpdateEventType implements Serializable

Serialized Fields

_updateMode

UpdateModeType _updateMode

_editComment

java.lang.String _editComment

_editObject

EditObject _editObject

_updateEventTypeChoice

UpdateEventTypeChoice _updateEventTypeChoice

Class org.gxos.schema.UpdateEventTypeChoice implements Serializable

Serialized Fields

_org_gxos_schema_UpdateEventTypeChoiceSequence

UpdateEventTypeChoiceSequence _org_gxos_schema_UpdateEventTypeChoiceSequence

_requestingGMSID

RequestingGMSID _requestingGMSID

Class org.gxos.schema.UpdateEventTypeChoiceSequence implements Serializable

Serialized Fields

_locking

LockingType _locking

_timelimit

int _timelimit

_has_timelimit

boolean _has_timelimit
keeps track of state for field: _timelimit

Class org.gxos.schema.UserGroup implements Serializable

Class org.gxos.schema.UserGroupType implements Serializable

Serialized Fields

_groupName

java.lang.String _groupName

_description

java.lang.String _description

Class org.gxos.schema.UserObject implements Serializable

Serialized Fields

_personalInfoType

PersonalInfoTypeType _personalInfoType

_relations

Relations _relations

_security

Security _security

_preferences

Preferences _preferences

_commentsList

java.util.Vector _commentsList

Class org.gxos.schema.VirtualEnvironment implements Serializable

Class org.gxos.schema.VirtualEnvironmentType implements Serializable

Class org.gxos.schema.WebExportMDType implements Serializable

Serialized Fields

_groupLocation

GroupLocation _groupLocation
Associated GXOS Object for Group

_groupType

GroupTypeType _groupType

_groupLabel

java.lang.String _groupLabel
Label used Internally to distinguish different Group Pages

_groupTitle

java.lang.String _groupTitle
Group Title

_groupAuthor

GroupAuthor _groupAuthor
Author

_groupDate

GroupDate _groupDate
Date

_groupMeeting

GroupMeeting _groupMeeting
Meeting

_groupSummary

GroupSummary _groupSummary
Abstract

_groupClipLength

int _groupClipLength
Length if MultiMedia in Seconds

_has_groupClipLength

boolean _has_groupClipLength
keeps track of state for field: _groupClipLength

_groupAddons

GroupAddons _groupAddons

_groupExtras

GroupExtras _groupExtras
Placeholder for Additional MetaData

_pageLocation

PageLocation _pageLocation
Associated GXOS Object for Page

_pageType

PageTypeType _pageType

_pageLabel

java.lang.String _pageLabel
Label used Internally to distinguish different pages

_pageTitle

java.lang.String _pageTitle
Page Title

_pageAuthor

PageAuthor _pageAuthor
Author -- If Present Overrides GroupAuthor

_pageDate

PageDate _pageDate
Date -- If Present Overrides GroupDate

_pageMeeting

PageMeeting _pageMeeting
Meeting -- If Present Overrides GroupMeeting

_pageNumber

int _pageNumber
Page Number

_has_pageNumber

boolean _has_pageNumber
keeps track of state for field: _pageNumber

_pageClipLength

int _pageClipLength
Length if MultiMedia in Seconds

_has_pageClipLength

boolean _has_pageClipLength
keeps track of state for field: _pageClipLength

_pageAddons

PageAddons _pageAddons

_pageExtras

PageExtras _pageExtras

Class org.gxos.schema.WebExportShell implements Serializable

Class org.gxos.schema.WebExportShellType implements Serializable

Serialized Fields

_phase

PhaseType _phase
Phase to Execute

_phase1Export

Phase1Export _phase1Export
Container for Phase 1 which invokes "raw" or "native" Web Export and Extracts WebExportMD

_phase2Export

Phase2Export _phase2Export
Container for Phase 2 which generates Templates for a Group

_phase3Export

Phase3Export _phase3Export
Container for Phase 3 which inserts Fragments into Templates

_phase4Export

Phase4Export _phase4Export
Container for Phase 4 which inserts Fragments into Templates


Package org.gxos.schema.ims

Class org.gxos.schema.ims.ADR implements Serializable

Serialized Fields

_POBOX

java.lang.String _POBOX

_EXTADD

java.lang.String _EXTADD

_STREETList

java.util.Vector _STREETList

_LOCALITY

java.lang.String _LOCALITY

_REGION

java.lang.String _REGION

_PCODE

java.lang.String _PCODE

_COUNTRY

java.lang.String _COUNTRY

Class org.gxos.schema.ims.DEMOGRAPHICS implements Serializable

Serialized Fields

_GENDER

GENDERType _GENDER

_BDAY

org.exolab.castor.types.Date _BDAY

Class
Class org.gxos.schema.ims.NAME implements Serializable

Serialized Fields

_FN

java.lang.String _FN

_SORT

java.lang.String _SORT

_NICKNAME

java.lang.String _NICKNAME

_n

N _n

Class org.gxos.schema.ims.PERSON implements Serializable

Serialized Fields

_USERID

java.lang.String _USERID

_NAME

NAME _NAME

_DEMOGRAPHICS

DEMOGRAPHICS _DEMOGRAPHICS

_EMAIL

java.lang.String _EMAIL

_TELList

java.util.Vector _TELList

_ADR

ADR _ADR

_PHOTO

PHOTO _PHOTO

_EXTENSION

java.lang.String _EXTENSION

Class org.gxos.schema.ims.PHOTO implements Serializable

Serialized Fields

_imgtype

java.lang.String _imgtype

_EXTREF

java.lang.String _EXTREF

Class org.gxos.schema.ims.User implements Serializable

Serialized Fields

_imsPersonalInfo

ImsPersonalInfo _imsPersonalInfo


Package org.gxos.schema.ims.types

Class org.gxos.schema.ims.types.GENDERType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue


Package org.gxos.schema.papi

Class org.gxos.schema.papi.Bucket implements Serializable

Serialized Fields

_bucketName

java.lang.String _bucketName

_bucketValue

java.lang.String _bucketValue

Class org.gxos.schema.papi.EmailContact implements Serializable

Class org.gxos.schema.papi.EmailContacts implements Serializable

Serialized Fields

_emailContactList

java.util.Vector _emailContactList

Class org.gxos.schema.papi.HID implements Serializable

Class org.gxos.schema.papi.HIDs implements Serializable

Serialized Fields

_HIDList

java.util.Vector _HIDList

Class org.gxos.schema.papi.Identifier implements Serializable

Class org.gxos.schema.papi.Identifiers implements Serializable

Serialized Fields

_identifierList

java.util.Vector _identifierList

Class org.gxos.schema.papi.Name implements Serializable

Serialized Fields

_context

java.lang.String _context

_official

Official _official

_fullFormal

java.lang.String _fullFormal

_mrMsFormal

java.lang.String _mrMsFormal

_short

java.lang.String _short

_full

java.lang.String _full

_sort

java.lang.String _sort

_fullInformal

java.lang.String _fullInformal

_shortInformal

java.lang.String _shortInformal

Class org.gxos.schema.papi.Names implements Serializable

Serialized Fields

_nameList

java.util.Vector _nameList

Class org.gxos.schema.papi.Official implements Serializable

Serialized Fields

_primary

java.lang.String _primary

_secondary

java.lang.String _secondary

Class org.gxos.schema.papi.PapiPersonalInfo implements Serializable

Class org.gxos.schema.papi.PAPIPersonType implements Serializable

Serialized Fields

_person

Person _person

Class org.gxos.schema.papi.Person implements Serializable

Serialized Fields

_identifiers

Identifiers _identifiers

_HIDs

HIDs _HIDs
Human identifiers. These identifiers are easy to memorize by humans.

_names

Names _names

_telephones

Telephones _telephones

_emailContacts

EmailContacts _emailContacts

_postalAddresses

PostalAddresses _postalAddresses

_personalBuckets

PersonalBuckets _personalBuckets

Class org.gxos.schema.papi.PersonalBuckets implements Serializable

Serialized Fields

_bucketList

java.util.Vector _bucketList

Class org.gxos.schema.papi.PostalAddress implements Serializable

Serialized Fields

_context

java.lang.String _context

_addresseeTitle

java.lang.String _addresseeTitle

_addresseeNameGiven

java.lang.String _addresseeNameGiven

_addresseeNameFamily

java.lang.String _addresseeNameFamily

_addresseeNameSuffix

java.lang.String _addresseeNameSuffix

_addresseeOccupation

java.lang.String _addresseeOccupation

_addresseeFunction

java.lang.String _addresseeFunction

_addresseeCareOfAddress

java.lang.String _addresseeCareOfAddress

_organizationName

java.lang.String _organizationName

_organizationActivity

java.lang.String _organizationActivity

_organizationDivision

java.lang.String _organizationDivision

_deliveryStreetType

java.lang.String _deliveryStreetType

_deliveryStreetName

java.lang.String _deliveryStreetName

_deliveryStreetID

java.lang.String _deliveryStreetID

_deliverySupplementaryAddress

java.lang.String _deliverySupplementaryAddress

_deliveryCity

java.lang.String _deliveryCity

_deliveryPOBox

java.lang.String _deliveryPOBox

_deliveryPostCode

java.lang.String _deliveryPostCode

_deliveryRouting

java.lang.String _deliveryRouting

_deliveryTerritory

java.lang.String _deliveryTerritory

_deliveryCountry

java.lang.String _deliveryCountry

Class org.gxos.schema.papi.PostalAddresses implements Serializable

Serialized Fields

_postalAddressList

java.util.Vector _postalAddressList

Class org.gxos.schema.papi.Telephone implements Serializable

Class org.gxos.schema.papi.Telephones implements Serializable

Serialized Fields

_telephoneList

java.util.Vector _telephoneList

Class org.gxos.schema.papi.TypeValuePair implements Serializable

Serialized Fields

_type

java.lang.String _type

_value

java.lang.String _value

Class org.gxos.schema.papi.User implements Serializable

Serialized Fields

_papiPersonalInfo

PapiPersonalInfo _papiPersonalInfo


Package org.gxos.schema.types

Class org.gxos.schema.types.AccessableType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.AcknowledgeRequestType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.AcknowledgeStatusType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.CommandType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.ContentTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.DestinationTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.DeviceTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.ExportTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.ExtensionTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.ExternalTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.GroupTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.GXOSObjectTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.LockingType implements Serializable

Serialized Fields

type

int type

stringValue

int type


stringValue

java.lang.String stringValue

Class org.gxos.schema.types.NodeTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.PageNumberType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.PageTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.PersonalInfoTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.PhaseType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.ProcessingStatusType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.RealizationTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.ReferenceActionType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.RelationReasonType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.RenderingOptimizationType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.SourceTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.TemplateTypeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue

Class org.gxos.schema.types.UpdateModeType implements Serializable

Serialized Fields

type

int type

stringValue

java.lang.String stringValue


Package org.gxos.xml

Class org.gxos.xml.XMLException implements Serializable