Class AliasType

java.lang.Object
ietf.params.xml.ns.timezone_service.AliasType

public class AliasType extends Object
Defines alternative identifiers that can be used for the timezone. This feature allows mapping of old identifiers onto new.

Java class for AliasType complex type.

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

 <complexType name="AliasType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
  • Constructor Details

    • AliasType

      public AliasType()
  • Method Details

    • getValue

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

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