public class CredsOptionsType
extends java.lang.Object
Java class for credsOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="credsOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="version" type="{urn:ietf:params:xml:ns:epp-1.0}versionType"/>
<element name="lang" type="{http://www.w3.org/2001/XMLSchema}language"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
lang |
protected java.lang.String |
version |
| Constructor and Description |
|---|
CredsOptionsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.