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>
</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, setIdgetOtherAttributesprotected SimpleExtensionType extension
protected SimpleRestrictionType restriction
public SimpleExtensionType getExtension()
SimpleExtensionTypepublic void setExtension(SimpleExtensionType value)
value - allowed object is SimpleExtensionTypepublic SimpleRestrictionType getRestriction()
SimpleRestrictionTypepublic void setRestriction(SimpleRestrictionType value)
value - allowed object is SimpleRestrictionTypeCopyright © 2019. All rights reserved.