Package google.registry.xjc.host
Class XjcHostSNameType
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.host.XjcHostSNameType
-
public class XjcHostSNameType extends XjcObject
<p>Java class for sNameType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
name
-
Constructor Summary
Constructors Constructor Description XjcHostSNameType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the value of the name property.void
setName(java.lang.String value)
Sets the value of the name property.
-