public class BaseNode extends Object
Java class for BaseNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="productName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uniqueId" use="required" type="{http://www.bidib.org/schema/bidibbase/1.0}UniqueIdType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
productName |
protected long |
uniqueId |
protected String |
userName |
| Constructor and Description |
|---|
BaseNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getProductName()
Gets the value of the productName property.
|
long |
getUniqueId()
Gets the value of the uniqueId property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
hashCode() |
void |
setProductName(String value)
Sets the value of the productName property.
|
void |
setUniqueId(long value)
Sets the value of the uniqueId property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
String |
toString() |
BaseNode |
withProductName(String value) |
BaseNode |
withUniqueId(long value) |
BaseNode |
withUserName(String value) |
protected String userName
protected String productName
protected long uniqueId
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getProductName()
Stringpublic void setProductName(String value)
value - allowed object is
Stringpublic long getUniqueId()
public void setUniqueId(long value)
public BaseNode withUniqueId(long value)
Copyright © 2018. All rights reserved.