Class XjcSecdnsKeyDataType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.secdns.XjcSecdnsKeyDataType

public class XjcSecdnsKeyDataType extends XjcObject

Java class for keyDataType complex type

.

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


 <complexType name="keyDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="flags" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="alg" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="pubKey" type="{urn:ietf:params:xml:ns:secDNS-1.1}keyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected short
     
    protected int
     
    protected short
     
    protected byte[]
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    short
    Gets the value of the alg property.
    int
    Gets the value of the flags property.
    short
    Gets the value of the protocol property.
    byte[]
    Gets the value of the pubKey property.
    void
    setAlg(short value)
    Sets the value of the alg property.
    void
    setFlags(int value)
    Sets the value of the flags property.
    void
    setProtocol(short value)
    Sets the value of the protocol property.
    void
    setPubKey(byte[] value)
    Sets the value of the pubKey property.

    Methods inherited from class google.registry.xjc.XjcObject Link icon

    marshal, toString

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details Link icon

    • flags Link icon

      protected int flags
    • protocol Link icon

      protected short protocol
    • alg Link icon

      protected short alg
    • pubKey Link icon

      protected byte[] pubKey
  • Constructor Details Link icon

    • XjcSecdnsKeyDataType Link icon

      public XjcSecdnsKeyDataType()
  • Method Details Link icon

    • getFlags Link icon

      public int getFlags()
      Gets the value of the flags property.
    • setFlags Link icon

      public void setFlags(int value)
      Sets the value of the flags property.
    • getProtocol Link icon

      public short getProtocol()
      Gets the value of the protocol property.
    • setProtocol Link icon

      public void setProtocol(short value)
      Sets the value of the protocol property.
    • getAlg Link icon

      public short getAlg()
      Gets the value of the alg property.
    • setAlg Link icon

      public void setAlg(short value)
      Sets the value of the alg property.
    • getPubKey Link icon

      public byte[] getPubKey()
      Gets the value of the pubKey property.
      Returns:
      possible object is byte[]
    • setPubKey Link icon

      public void setPubKey(byte[] value)
      Sets the value of the pubKey property.
      Parameters:
      value - allowed object is byte[]