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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    marshal, toString

    Methods inherited from class java.lang.Object

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

    • flags

      protected int flags
    • protocol

      protected short protocol
    • alg

      protected short alg
    • pubKey

      protected byte[] pubKey
  • Constructor Details

    • XjcSecdnsKeyDataType

      public XjcSecdnsKeyDataType()
  • Method Details

    • getFlags

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

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

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

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

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

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

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

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