All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nedap.archie.rm.demographic.Person Maven / Gradle / Ivy

There is a newer version: 3.11.0
Show newest version
package com.nedap.archie.rm.demographic;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;

/**
 * Created by pieter.bos on 08/07/16.
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name="PERSON")
public class Person extends Actor {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy