Class XjcDomainInfoNameType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainInfoNameType

public class XjcDomainInfoNameType extends XjcObject

Java class for infoNameType complex type

.

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

 <complexType name="infoNameType">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:eppcom-1.0>labelType">
       <attribute name="hosts" type="{urn:ietf:params:xml:ns:domain-1.0}hostsType" default="all" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcDomainInfoNameType

      public XjcDomainInfoNameType()
  • 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
    • getHosts

      public XjcDomainHostsType getHosts()
      Gets the value of the hosts property.
      Returns:
      possible object is XjcDomainHostsType
    • setHosts

      public void setHosts(XjcDomainHostsType value)
      Sets the value of the hosts property.
      Parameters:
      value - allowed object is XjcDomainHostsType