public class SimpleContent 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}simpleRestrictionType"/> <element name="extension" type="{http://www.w3.org/2001/XMLSchema}simpleExtensionType"/> </choice> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SimpleExtensionType |
extension |
protected SimpleRestrictionType |
restriction |
annotation, id
Constructor and Description |
---|
SimpleContent() |
Modifier and Type | Method and Description |
---|---|
SimpleExtensionType |
getExtension()
Gets the value of the extension property.
|
SimpleRestrictionType |
getRestriction()
Gets the value of the restriction property.
|
void |
setExtension(SimpleExtensionType value)
Sets the value of the extension property.
|
void |
setRestriction(SimpleRestrictionType value)
Sets the value of the restriction property.
|
getAnnotation, getId, setAnnotation, setId
getOtherAttributes
protected SimpleRestrictionType restriction
protected SimpleExtensionType extension
public SimpleRestrictionType getRestriction()
SimpleRestrictionType
public void setRestriction(SimpleRestrictionType value)
value
- allowed object is
SimpleRestrictionType
public SimpleExtensionType getExtension()
SimpleExtensionType
public void setExtension(SimpleExtensionType value)
value
- allowed object is
SimpleExtensionType
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.