Class DurationValue

java.lang.Object
com.onenetwork.platform.common.DurationValue
All Implemented Interfaces:
java.io.Serializable

public class DurationValue
extends java.lang.Object
implements java.io.Serializable
This will be used to provide the duration value for an attribute.

Java class for DurationValue complex type.

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

 <complexType name="DurationValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String value  
  • Constructor Summary

    Constructors 
    Constructor Description
    DurationValue()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getValue()
    Gets the value of the value property.
    boolean isSetValue()  
    void setValue​(java.lang.String value)
    Sets the value of the value property.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • value

      protected java.lang.String value
  • Constructor Details

  • Method Details

    • getValue

      public java.lang.String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue​(java.lang.String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isSetValue

      public boolean isSetValue()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
      See Also:
      Object.toString()