be.fgov.ehealth.rn.commons.business.v1
Class LocalizedDescriptionType

java.lang.Object
  extended by be.fgov.ehealth.rn.commons.business.v1.LocalizedDescriptionType
All Implemented Interfaces:
Serializable

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

Java class for LocalizedDescriptionType complex type.

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

 <complexType name="LocalizedDescriptionType">
   <simpleContent>
     <extension base="<urn:be:fgov:ehealth:rn:commons:business:v1>DescriptionType">
       <attribute name="Language" type="{urn:be:fgov:ehealth:rn:commons:business:v1}LanguageType" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LocalizedDescriptionType()
           
 
Method Summary
 LanguageType getLanguage()
          Gets the value of the language property.
 String getValue()
          Gets the value of the value property.
 void setLanguage(LanguageType value)
          Sets the value of the language property.
 void setValue(String 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

LocalizedDescriptionType

public LocalizedDescriptionType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getLanguage

public LanguageType getLanguage()
Gets the value of the language property.

Returns:
possible object is LanguageType

setLanguage

public void setLanguage(LanguageType value)
Sets the value of the language property.

Parameters:
value - allowed object is LanguageType



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