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>
| 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, setIdgetOtherAttributesprotected ExtensionType extension
protected ComplexRestrictionType restriction
protected Boolean mixed
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is ExtensionTypepublic ComplexRestrictionType getRestriction()
ComplexRestrictionTypepublic void setRestriction(ComplexRestrictionType value)
value - allowed object is ComplexRestrictionTypepublic Boolean isMixed()
BooleanCopyright © 2017. All rights reserved.