Class XjcEppcomPwAuthInfoType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.eppcom.XjcEppcomPwAuthInfoType

public class XjcEppcomPwAuthInfoType extends XjcObject

Java class for pwAuthInfoType complex type

.

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

 <complexType name="pwAuthInfoType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString">
       <attribute name="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • roid

      protected String roid
  • Constructor Details

    • XjcEppcomPwAuthInfoType

      public XjcEppcomPwAuthInfoType()
  • 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
    • getRoid

      public String getRoid()
      Gets the value of the roid property.
      Returns:
      possible object is String
    • setRoid

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