Class XjcEppMsgType

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

public class XjcEppMsgType extends XjcObject

Java class for msgType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="msgType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString">
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" default="en" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • lang

      protected String lang
  • Constructor Details

    • XjcEppMsgType

      public XjcEppMsgType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value 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