public class DescriptionType extends Object
Java class for DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="language" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
| 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 © 2018. All rights reserved.