org.sdmx.resources.sdmxml.schemas.v2_1.message
Class SenderType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.message.PartyType
org.sdmx.resources.sdmxml.schemas.v2_1.message.SenderType
public class SenderType
- extends PartyType
SenderType extends the basic party structure to add an optional time zone declaration.
Java class for SenderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SenderType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}PartyType">
<sequence>
<element name="Timezone" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimezoneType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timezone
protected String timezone
SenderType
public SenderType()
getTimezone
public String getTimezone()
- Gets the value of the timezone property.
- Returns:
- possible object is
String
setTimezone
public void setTimezone(String value)
- Sets the value of the timezone property.
- Parameters:
value - allowed object is
String
Copyright © 2012. All Rights Reserved.