Class AliasInfoType

java.lang.Object
ietf.params.xml.ns.timezone_service_aliases.AliasInfoType

public class AliasInfoType extends Object
Provides information about an alias.

Java class for AliasInfoType complex type.

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

 <complexType name="AliasInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="alias" type="{urn:ietf:params:xml:ns:timezone-service}AliasType"/>
         <element name="last-modified" type="{urn:ietf:params:xml:ns:timezone-service}LastmodifiedType"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AliasInfoType

      public AliasInfoType()
  • Method Details

    • getAlias

      public AliasType getAlias()
      Gets the value of the alias property.
      Returns:
      possible object is AliasType
    • setAlias

      public void setAlias(AliasType value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is AliasType
    • getLastModified

      public XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastModified

      public void setLastModified(XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

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