Class AliasInfoType
java.lang.Object
ietf.params.xml.ns.timezone_service_aliases.AliasInfoType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AliasTypeprotected Stringprotected XMLGregorianCalendarprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Gets the value of the alias property.Gets the value of the description property.Gets the value of the lastModified property.Gets the value of the source property.voidSets the value of the alias property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the lastModified property.voidSets the value of the source property.
-
Field Details
-
alias
-
lastModified
-
description
-
source
-
-
Constructor Details
-
AliasInfoType
public AliasInfoType()
-
-
Method Details
-
getAlias
Gets the value of the alias property.- Returns:
- possible object is
AliasType
-
setAlias
Sets the value of the alias property.- Parameters:
value- allowed object isAliasType
-
getLastModified
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-