public class EmbeddedType extends AnyAddressingType
Java class for EmbeddedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmbeddedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <any/> </choice> <attribute name="ValueType" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
valueType |
any
otherAttributes
Constructor and Description |
---|
EmbeddedType() |
Modifier and Type | Method and Description |
---|---|
String |
getValueType()
Gets the value of the valueType property.
|
void |
setValueType(String value)
Sets the value of the valueType property.
|
addAny, getAny, removeAny
addOtherAttribute, addOtherAttributes, getOtherAttributes
protected String valueType
Copyright © 2018 JBoss by Red Hat. All rights reserved.