public class SpecialValueType extends Object
Java class for SpecialValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecialValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="substitute" use="required" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
substitute |
protected long |
value |
| Constructor and Description |
|---|
SpecialValueType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getContent()
Gets the value of the content property.
|
String |
getSubstitute()
Gets the value of the substitute property.
|
long |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setSubstitute(String value)
Sets the value of the substitute property.
|
void |
setValue(long value)
Sets the value of the value property.
|
String |
toString() |
SpecialValueType |
withContent(String value) |
SpecialValueType |
withSubstitute(String value) |
SpecialValueType |
withValue(long value) |
protected String content
protected long value
protected String substitute
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic long getValue()
public void setValue(long value)
public String getSubstitute()
Stringpublic void setSubstitute(String value)
value - allowed object is
Stringpublic SpecialValueType withContent(String value)
public SpecialValueType withValue(long value)
public SpecialValueType withSubstitute(String value)
Copyright © 2018. All rights reserved.