Class XjcHostSNameType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostSNameType

public class XjcHostSNameType extends XjcObject

Java class for sNameType complex type

.

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

 <complexType name="sNameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
  • Constructor Details

    • XjcHostSNameType

      public XjcHostSNameType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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