Package google.registry.xjc.rdeheader
Class XjcRdeHeaderCount
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdeheader.XjcRdeHeaderCount
Java class for countType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="countType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>long">
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
protected long value -
uri
-
-
Constructor Details
-
XjcRdeHeaderCount
public XjcRdeHeaderCount()
-
-
Method Details
-
getValue
public long getValue()Gets the value of the value property. -
setValue
public void setValue(long value) Sets the value of the value property. -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-