Class LongHolder

java.lang.Object
javax.xml.rpc.holders.LongHolder
All Implemented Interfaces:
Holder

public final class LongHolder extends Object implements Holder
Holder for longs.
Version:
1.0
  • Field Details

    • value

      public long value
      The long contained by this holder.
  • Constructor Details

    • LongHolder

      public LongHolder()
      Make a new LongHolder with a null value.
    • LongHolder

      public LongHolder(long value)
      Make a new LongHolder with value as the value.
      Parameters:
      value - the long to hold