Package google.registry.xjc.epp
Class XjcEppCredsOptionsType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppCredsOptionsType
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
Gets the value of the lang property.Gets the value of the version property.void
Sets the value of the lang property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
version
-
lang
-
-
Constructor Details
-
XjcEppCredsOptionsType
public XjcEppCredsOptionsType()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-