org.plasma.xml.schema
Class ComplexContent

java.lang.Object
  extended by org.plasma.xml.schema.OpenAttrs
      extended by org.plasma.xml.schema.Annotated
          extended by org.plasma.xml.schema.ComplexContent

public class ComplexContent
extends Annotated

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/2001/XMLSchema}annotated">
       <choice>
         <element name="restriction" type="{http://www.w3.org/2001/XMLSchema}complexRestrictionType"/>
         <element name="extension" type="{http://www.w3.org/2001/XMLSchema}extensionType"/>
       </choice>
       <attribute name="mixed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ExtensionType extension
           
protected  java.lang.Boolean mixed
           
protected  ComplexRestrictionType restriction
           
 
Fields inherited from class org.plasma.xml.schema.Annotated
annotation, id
 
Constructor Summary
ComplexContent()
           
 
Method Summary
 ExtensionType getExtension()
          Gets the value of the extension property.
 ComplexRestrictionType getRestriction()
          Gets the value of the restriction property.
 java.lang.Boolean isMixed()
          Gets the value of the mixed property.
 void setExtension(ExtensionType value)
          Sets the value of the extension property.
 void setMixed(java.lang.Boolean value)
          Sets the value of the mixed property.
 void setRestriction(ComplexRestrictionType value)
          Sets the value of the restriction property.
 
Methods inherited from class org.plasma.xml.schema.Annotated
getAnnotation, getId, setAnnotation, setId
 
Methods inherited from class org.plasma.xml.schema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extension

protected ExtensionType extension

restriction

protected ComplexRestrictionType restriction

mixed

protected java.lang.Boolean mixed
Constructor Detail

ComplexContent

public ComplexContent()
Method Detail

getExtension

public ExtensionType getExtension()
Gets the value of the extension property.

Returns:
possible object is ExtensionType

setExtension

public void setExtension(ExtensionType value)
Sets the value of the extension property.

Parameters:
value - allowed object is ExtensionType

getRestriction

public ComplexRestrictionType getRestriction()
Gets the value of the restriction property.

Returns:
possible object is ComplexRestrictionType

setRestriction

public void setRestriction(ComplexRestrictionType value)
Sets the value of the restriction property.

Parameters:
value - allowed object is ComplexRestrictionType

isMixed

public java.lang.Boolean isMixed()
Gets the value of the mixed property.

Returns:
possible object is Boolean

setMixed

public void setMixed(java.lang.Boolean value)
Sets the value of the mixed property.

Parameters:
value - allowed object is Boolean


Copyright © 2013. All Rights Reserved.