Class TransactionDateType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.TransactionDateType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected TransactionDateTypeTypeprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der transactionDateType-Eigenschaft ab.getValue()Date and time format with time zone.voidLegt den Wert der transactionDateType-Eigenschaft fest.voidsetValue(XMLGregorianCalendar value) Legt den Wert der value-Eigenschaft fest.
-
Field Details
-
value
-
transactionDateType
-
-
Constructor Details
-
TransactionDateType
public TransactionDateType()
-
-
Method Details
-
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
Legt den Wert der value-Eigenschaft fest.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTransactionDateType
Ruft den Wert der transactionDateType-Eigenschaft ab.- Returns:
- possible object is
TransactionDateTypeType
-
setTransactionDateType
Legt den Wert der transactionDateType-Eigenschaft fest.- Parameters:
value- allowed object isTransactionDateTypeType
-