com.bea.schema
Class SOMAny

java.lang.Object
  extended bycom.bea.schema.SOMObject
      extended bycom.bea.schema.SOMGroupType
          extended bycom.bea.schema.SOMAny
All Implemented Interfaces:
Serializable

public class SOMAny
extends SOMGroupType

<any> The XML representation for a wildcard schema component is an any or anyAttribute element information item.

Version:
1.0
Author:
sharpe
See Also:
Serialized Form

Constructor Summary
SOMAny()
           
 
Method Summary
 SOMAll add(SOMAll p_all)
          An <all> is an illegal child element for <any>.
 SOMAny add(SOMAny p_any)
          An <any> is an illegal child element for <any>.
 SOMChoice add(SOMChoice p_choice)
          A <choice> is an illegal child element for <any>.
 SOMGroup add(SOMGroup p_group)
          A <group> is an illegal child element for <any>.
 SOMSequence add(SOMSequence p_sequence)
          A <sequence> is an illegal child element for <any>.
 void createDefault(DefaultDocumentOptions options, Element current)
           
 String getID()
          Returns a printable element tag for this Schema Object
 
Methods inherited from class com.bea.schema.SOMGroupType
add, addAnnotation, addElement, addElement, contains, getAnnotation, getAttributes, getChildren, getChildrenString, getMaxOccurs, getMaxOccursString, getMinOccurs, getMinOccursString, remove, removeAnnotation, setMaxOccurs, setMaxOccurs, setMinOccurs, setMinOccurs, toXML
 
Methods inherited from class com.bea.schema.SOMObject
addPrefixMapping, getContainmentXPath, getEffectivePrefixMappings, getID_UQ, getParent, getParentName, getParentSchema, getPrefixForTargetNamespace, getPrefixMapping, getTargetNamespace, getURIForPrefix, isCircularReference, isSchemaChild, msg, msg, removeNamespaceQualifier, removePrefixMapping, setIndent, setParent, setTargetNamespace, toString, toXML, toXML, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOMAny

public SOMAny()
Method Detail

getID

public String getID()
Description copied from class: SOMObject
Returns a printable element tag for this Schema Object

Specified by:
getID in class SOMObject
Returns:
String representation of the element tag

add

public SOMChoice add(SOMChoice p_choice)
A <choice> is an illegal child element for <any>. This method ALWAYS throws an IllegalArgumentException.

Overrides:
add in class SOMGroupType
Returns:
not applicable

add

public SOMGroup add(SOMGroup p_group)
A <group> is an illegal child element for <any>. This method ALWAYS throws an IllegalArgumentException.

Overrides:
add in class SOMGroupType
Returns:
not applicable

add

public SOMSequence add(SOMSequence p_sequence)
A <sequence> is an illegal child element for <any>. This method ALWAYS throws an IllegalArgumentException.

Overrides:
add in class SOMGroupType
Returns:
not applicable

add

public SOMAll add(SOMAll p_all)
An <all> is an illegal child element for <any>. This method ALWAYS throws an IllegalArgumentException.

Overrides:
add in class SOMGroupType
Returns:
not applicable

add

public SOMAny add(SOMAny p_any)
An <any> is an illegal child element for <any>. This method ALWAYS throws an IllegalArgumentException.

Overrides:
add in class SOMGroupType
Parameters:
p_any - not applicable
Returns:
not applicable

createDefault

public void createDefault(DefaultDocumentOptions options,
                          Element current)
Specified by:
createDefault in class SOMGroupType