public interface XsdQNameType
The following features are supported:
Webapp30Package.getXsdQNameType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
javax.xml.namespace.QName |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setValue(javax.xml.namespace.QName value)
Sets the value of the '
Value' attribute. |
javax.xml.namespace.QName getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(QName),
Webapp30Package.getXsdQNameType_Value()void setValue(javax.xml.namespace.QName value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp30Package.getXsdQNameType_Id()