package org.hl7.v3; import java.io.Serializable; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for StrucDoc.Br complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="StrucDoc.Br"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "StrucDoc.Br") @XmlRootElement(name = "br") public class StrucDocBr implements Serializable{ /** * */ private static final long serialVersionUID = 1L; }