public class QualifiedId extends Object
Java class for QualifiedId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualifiedId">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qualifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
qualifier |
| Constructor and Description |
|---|
QualifiedId() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getQualifier()
Gets the value of the qualifier property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setQualifier(String value)
Sets the value of the qualifier property.
|
Copyright © 2021. All rights reserved.