Class XjcEppCredsOptionsType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppCredsOptionsType

public class XjcEppCredsOptionsType extends XjcObject

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 Details

    • version

      protected String version
    • lang

      protected String lang
  • Constructor Details

    • XjcEppCredsOptionsType

      public XjcEppCredsOptionsType()
  • Method Details

    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String