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 Link icon

    • value Link icon

      protected String value
    • lang Link icon

      protected String lang
  • Constructor Details Link icon

    • XjcEppMsgType Link icon

      public XjcEppMsgType()
  • Method Details Link icon

    • getValue Link icon

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

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getLang Link icon

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

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