riv.clinicalprocess.healthcond.actoutcome._3.Attested Maven / Gradle / Ivy
package riv.clinicalprocess.healthcond.actoutcome._3;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="attestedTime" type="{urn:riv:clinicalprocess:healthcond:actoutcome:3.1}TimeStampType"/>
* <element name="attesterHSAId" type="{urn:riv:clinicalprocess:healthcond:actoutcome:3.1}HSAIdType"/>
* <element name="attesterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"attestedTime",
"attesterHSAId",
"attesterName",
"any"
})
@XmlRootElement(name = "attested", namespace = "urn:riv:clinicalprocess:healthcond:actoutcome:3.1")
public class Attested {
@XmlElement(namespace = "urn:riv:clinicalprocess:healthcond:actoutcome:3.1", required = true)
protected String attestedTime;
@XmlElement(namespace = "urn:riv:clinicalprocess:healthcond:actoutcome:3.1", required = true)
protected String attesterHSAId;
@XmlElement(namespace = "urn:riv:clinicalprocess:healthcond:actoutcome:3.1")
protected String attesterName;
@XmlAnyElement(lax = true)
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy