org.sdmx.resources.sdmxml.schemas.v2_1.message
Class SenderType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.PartyType
      extended by 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>
 


Field Summary
protected  String timezone
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.PartyType
contact, id, name
 
Constructor Summary
SenderType()
           
 
Method Summary
 String getTimezone()
          Gets the value of the timezone property.
 void setTimezone(String value)
          Sets the value of the timezone property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.PartyType
getContact, getId, getName, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timezone

protected String timezone
Constructor Detail

SenderType

public SenderType()
Method Detail

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.