|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.genericinsurability.core.v1.MessageFaultType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:11:36+02:00", comments="JAXB RI v2.2.6") public class MessageFaultType
Java class for MessageFaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageFaultType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FaultCode" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}FaultCodeType"/> <element name="FaultSource" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MultiIO" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}MultiIOType" minOccurs="0"/> <element name="Message" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}MessageType"/> <element name="Details" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}DetailsType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MessageFaultType()
|
Method Summary | |
---|---|
DetailsType |
getDetails()
Gets the value of the details property. |
FaultCodeType |
getFaultCode()
Gets the value of the faultCode property. |
String |
getFaultSource()
Gets the value of the faultSource property. |
MessageType |
getMessage()
Gets the value of the message property. |
MultiIOType |
getMultiIO()
Gets the value of the multiIO property. |
void |
setDetails(DetailsType value)
Sets the value of the details property. |
void |
setFaultCode(FaultCodeType value)
Sets the value of the faultCode property. |
void |
setFaultSource(String value)
Sets the value of the faultSource property. |
void |
setMessage(MessageType value)
Sets the value of the message property. |
void |
setMultiIO(MultiIOType value)
Sets the value of the multiIO property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageFaultType()
Method Detail |
---|
public FaultCodeType getFaultCode()
FaultCodeType
public void setFaultCode(FaultCodeType value)
value
- allowed object is
FaultCodeType
public String getFaultSource()
String
public void setFaultSource(String value)
value
- allowed object is
String
public MultiIOType getMultiIO()
MultiIOType
public void setMultiIO(MultiIOType value)
value
- allowed object is
MultiIOType
public MessageType getMessage()
MessageType
public void setMessage(MessageType value)
value
- allowed object is
MessageType
public DetailsType getDetails()
DetailsType
public void setDetails(DetailsType value)
value
- allowed object is
DetailsType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |