com.bea.schema
Class SOMUnion
java.lang.Object
|
+--com.bea.schema.SOMObject
|
+--com.bea.schema.SOMUnion
- public class SOMUnion
- extends SOMObject
<union> A defining construct for schema components.
The XML representation for restricting a type schema component is
either a <restriction>, a <list> or a <union>
element information item.
The union element defines a simpleType's content to be
composed of one of a set of predefined types.
- Author:
- Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
- See Also:
- Serialized Form
Methods inherited from class com.bea.schema.SOMObject |
addChild,
attributesToXML,
doIndent,
getID_UQ,
getParent,
getParentSchema,
isCircularReference,
isSchemaChild,
setIndent,
setParent,
toString,
toXML,
toXML,
toXML,
trace,
trace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SOMUnion
public SOMUnion()
getID
public java.lang.String getID()
- Overrides:
- getID in class SOMObject
addType
public void addType(SOMType type)
addSimpleType
public void addSimpleType(SOMSimpleType simpleType)
getMemberTypesString
public java.lang.String getMemberTypesString()
getMemberTypes
public java.util.Vector getMemberTypes()
getSimpleTypes
public java.util.Vector getSimpleTypes()
toXML
public void toXML(java.io.Writer rtn,
int indent)
throws java.io.IOException
- Overrides:
- toXML in class SOMObject
createDefault
public java.lang.String createDefault()
- Not implemented.
- Returns:
- null
WebLogic Integration (WLI)