public class PredefinedContent extends Object
Java class for PredefinedContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedContent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ReferenceID" use="required" type="{}ReferenceID" />
<attribute name="Language" type="{}ISOLanguage2A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
language
The Language.
|
protected String |
referenceID
The Reference id.
|
| Constructor and Description |
|---|
PredefinedContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
protected String referenceID
protected String language
public String getReferenceID()
Stringpublic void setReferenceID(String value)
value - allowed object is Stringpublic String getLanguage()
StringCopyright © 2022. All rights reserved.