public class CString extends Object
Java class for string complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="string"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
value |
Constructor and Description |
---|
CString() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(String v)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
Apache CXF