public class RefObjectString extends Object
Java class for refObjectString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="refObjectString">
<simpleContent>
<extension base="<http://www.witsml.org/schemas/131>abstractNameString">
<attribute name="object" use="required" type="{http://www.witsml.org/schemas/131}nameString" />
<attribute name="uidRef" type="{http://www.witsml.org/schemas/131}refString" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
RefObjectString() |
| Modifier and Type | Method and Description |
|---|---|
String |
getObject()
Gets the value of the object property.
|
String |
getUidRef()
Gets the value of the uidRef property.
|
String |
getValue()
The intended abstract supertype of all user assigned human
recognizable contextual name types.
|
void |
setObject(String value)
Sets the value of the object property.
|
void |
setUidRef(String value)
Sets the value of the uidRef 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 getObject()
Stringpublic void setObject(String value)
value - allowed object is
Stringpublic String getUidRef()
StringCopyright © 2017. All rights reserved.