be.fgov.ehealth.consultrn._1_0.core
Class GenderType

java.lang.Object
  extended by be.fgov.ehealth.consultrn._1_0.core.GenderType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-03-19T04:21:54+01:00",
           comments="JAXB RI v2.2.11")
public class GenderType
extends Object
implements Serializable

information about the gender

Java class for GenderType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GenderType">
   <simpleContent>
     <extension base="<urn:be:fgov:ehealth:consultRN:1_0:core>GenderEnumType">
       <attribute name="ModificationDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType" />
       <attribute name="Origin" type="{urn:be:fgov:ehealth:consultRN:1_0:core}OriginType" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GenderType()
           
 
Method Summary
 String getModificationDate()
          Gets the value of the modificationDate property.
 OriginType getOrigin()
          Gets the value of the origin property.
 GenderEnumType getValue()
          element containing the gender of a person (three values possibles)
 void setModificationDate(String value)
          Sets the value of the modificationDate property.
 void setOrigin(OriginType value)
          Sets the value of the origin property.
 void setValue(GenderEnumType value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenderType

public GenderType()
Method Detail

getValue

public GenderEnumType getValue()
element containing the gender of a person (three values possibles)

Returns:
possible object is GenderEnumType

setValue

public void setValue(GenderEnumType value)
Sets the value of the value property.

Parameters:
value - allowed object is GenderEnumType

getModificationDate

public String getModificationDate()
Gets the value of the modificationDate property.

Returns:
possible object is String

setModificationDate

public void setModificationDate(String value)
Sets the value of the modificationDate property.

Parameters:
value - allowed object is String

getOrigin

public OriginType getOrigin()
Gets the value of the origin property.

Returns:
possible object is OriginType

setOrigin

public void setOrigin(OriginType value)
Sets the value of the origin property.

Parameters:
value - allowed object is OriginType



Connector Packaging generic 3.19.1 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.