|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.genericinsurability.core.v1.TransferType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:11:36+02:00", comments="JAXB RI v2.2.6") public class TransferType
Java class for TransferType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransferType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="InsuranceOrg" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}InsuranceOrgType" minOccurs="0"/> <element name="TransferDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> <attribute name="Direction" use="required" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}TransferDirectionType" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TransferType()
|
Method Summary | |
---|---|
TransferDirectionType |
getDirection()
Gets the value of the direction property. |
String |
getInsuranceOrg()
Gets the value of the insuranceOrg property. |
org.joda.time.DateTime |
getTransferDate()
Gets the value of the transferDate property. |
void |
setDirection(TransferDirectionType value)
Sets the value of the direction property. |
void |
setInsuranceOrg(String value)
Sets the value of the insuranceOrg property. |
void |
setTransferDate(org.joda.time.DateTime value)
Sets the value of the transferDate property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransferType()
Method Detail |
---|
public String getInsuranceOrg()
String
public void setInsuranceOrg(String value)
value
- allowed object is
String
public org.joda.time.DateTime getTransferDate()
String
public void setTransferDate(org.joda.time.DateTime value)
value
- allowed object is
String
public TransferDirectionType getDirection()
TransferDirectionType
public void setDirection(TransferDirectionType value)
value
- allowed object is
TransferDirectionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |