Package google.registry.xjc.rdeidn
Class XjcRdeIdnDeleteType
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.rde.XjcRdeDeleteType
-
- google.registry.xjc.rdeidn.XjcRdeIdnDeleteType
-
public class XjcRdeIdnDeleteType extends XjcRdeDeleteType
<p>Java class for deleteType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="deleteType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:rde-1.0}deleteType"> <sequence> <element name="id" type="{urn:ietf:params:xml:ns:rdeIDN-1.0}idType"/> </sequence> </extension> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
-
Constructor Summary
Constructors Constructor Description XjcRdeIdnDeleteType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Gets the value of the id property.void
setId(java.lang.String value)
Sets the value of the id property.
-