|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.commons.business.v1.InformationCBSSBatchType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class InformationCBSSBatchType
Deprecated type. Use SenderReceiverType in new batch XSDs
Java class for InformationCBSSBatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationCBSSBatchType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FileId" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> <element name="FileCreationTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
InformationCBSSBatchType()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getFileCreationTimestamp()
Gets the value of the fileCreationTimestamp property. |
BigInteger |
getFileId()
Gets the value of the fileId property. |
void |
setFileCreationTimestamp(org.joda.time.DateTime value)
Sets the value of the fileCreationTimestamp property. |
void |
setFileId(BigInteger value)
Sets the value of the fileId property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InformationCBSSBatchType()
Method Detail |
---|
public BigInteger getFileId()
BigInteger
public void setFileId(BigInteger value)
value
- allowed object is
BigInteger
public org.joda.time.DateTime getFileCreationTimestamp()
String
public void setFileCreationTimestamp(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |