be.fgov.ehealth.chap4.core.v1
Class AbstractIdType
java.lang.Object
be.fgov.ehealth.chap4.core.v1.SelfRefType
be.fgov.ehealth.chap4.core.v1.AbstractIdType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IdType, PackageType
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:31:04+02:00",
comments="JAXB RI v2.2.6")
public abstract class AbstractIdType
- extends SelfRefType
- implements Serializable
Everything that is an entity derives from this type. Enties are object that are distinguishable and have a name. This name isn't nesesary unique.
Java class for AbstractIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractIdType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:chap4:core:v1}SelfRefType">
<sequence>
<element name="Name" type="{urn:be:fgov:ehealth:chap4:core:v1}ValueRefString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
AbstractIdType
public AbstractIdType()
getName
public ValueRefString getName()
- Gets the value of the name property.
- Returns:
- possible object is
ValueRefString
setName
public void setName(ValueRefString value)
- Sets the value of the name property.
- Parameters:
value
- allowed object is
ValueRefString
Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.