public class DATASOURCEORIGINALIDType extends Object
Java class for DATASOURCE_ORIGINAL_IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DATASOURCE_ORIGINAL_IDType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="provenance" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
provenance |
protected String |
value |
| Constructor and Description |
|---|
DATASOURCEORIGINALIDType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProvenance()
Gets the value of the provenance property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setProvenance(String value)
Sets the value of the provenance property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getProvenance()
StringCopyright © 2022. All rights reserved.