Package google.registry.xjc.iirdea
Class XjcIirdeaCode
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.iirdea.XjcIirdeaCode
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 Summary
-
Constructor Summary
-
Method Summary
-
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.
-