Class XjcIirdeaCode

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.iirdea.XjcIirdeaCode

public class XjcIirdeaCode extends XjcObject

Java class for codeType simple type

.

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

 <simpleType name="codeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedShort">
     <minInclusive value="1000"/>
     <maxInclusive value="9999"/>
   </restriction>
 </simpleType>
 
  • Field Details

    • value

      protected int value
  • Constructor Details

    • XjcIirdeaCode

      public XjcIirdeaCode()
  • Method Details

    • getValue

      public int getValue()
      Gets the value of the value property.
    • setValue

      public void setValue(int value)
      Sets the value of the value property.