public class DescriptionType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected String |
value |
| Constructor and Description |
|---|
DescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getLanguage()
Gets the value of the language property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
DescriptionType |
withLanguage(String value) |
DescriptionType |
withValue(String value) |
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic DescriptionType withValue(String value)
public DescriptionType withLanguage(String value)
Copyright © 2024. All rights reserved.