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" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
extension |
protected Boolean |
mixed |
protected ComplexRestrictionType |
restriction |
annotation, id
Constructor and Description |
---|
ComplexContent() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
ComplexRestrictionType |
getRestriction()
Gets the value of the restriction property.
|
Boolean |
isMixed()
Gets the value of the mixed property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMixed(Boolean value)
Sets the value of the mixed property.
|
void |
setRestriction(ComplexRestrictionType value)
Sets the value of the restriction property.
|
getAnnotation, getId, setAnnotation, setId
getOtherAttributes
protected ComplexRestrictionType restriction
protected ExtensionType extension
protected Boolean mixed
public ComplexRestrictionType getRestriction()
ComplexRestrictionType
public void setRestriction(ComplexRestrictionType value)
value
- allowed object is
ComplexRestrictionType
public ExtensionType getExtension()
ExtensionType
public void setExtension(ExtensionType value)
value
- allowed object is
ExtensionType
public Boolean isMixed()
Boolean
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.