Class XjcRdeHeaderCount

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rdeheader.XjcRdeHeaderCount

public class XjcRdeHeaderCount extends XjcObject

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 Details

    • value

      protected long value
    • uri

      protected String 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

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String