Class TransactionDateType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.TransactionDateType

public class TransactionDateType extends Object

Java-Klasse für TransactionDate_Type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="TransactionDate_Type">
   <simpleContent>
     <extension base="<urn:eu:taxud:commontypes:v1>dateTimeWithRequiredTimeZone">
       <attribute name="transactionDateType" use="required" type="{urn:eu:taxud:commontypes:v1}TransactionDateType_Type" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TransactionDateType

      public TransactionDateType()
  • Method Details

    • getValue

      public XMLGregorianCalendar getValue()
      Date and time format with time zone. This element provides the date, the time of the day (second or milisecond-precise) as specified in [ISO-8601] and the time zone: 'YYYY-MM-DDThh:mm:ss.SSSZ' if the time refers to the UTC time zone, otherwise 'YYYY-MM-DDThh:mm:ss.SSS-hh:mm' where hh:mm is the time shift from the UTC time zone. Note that the milliseconds part ".SSS" is optional may be omitted.
      Returns:
      possible object is XMLGregorianCalendar
    • setValue

      public void setValue(XMLGregorianCalendar value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTransactionDateType

      public TransactionDateTypeType getTransactionDateType()
      Ruft den Wert der transactionDateType-Eigenschaft ab.
      Returns:
      possible object is TransactionDateTypeType
    • setTransactionDateType

      public void setTransactionDateType(TransactionDateTypeType value)
      Legt den Wert der transactionDateType-Eigenschaft fest.
      Parameters:
      value - allowed object is TransactionDateTypeType