public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Modifier and Type | Field and Description |
|---|---|
private static QName |
_ActiveParticipant_QNAME |
private static QName |
_AuditMessage_QNAME |
private static QName |
_AuditSourceIdentification_QNAME |
private static QName |
_EventIdentification_QNAME |
private static QName |
_EventOutcomeDescription_QNAME |
private static QName |
_ParticipantObjectDescription_QNAME |
private static QName |
_ParticipantObjectIdentification_QNAME |
private static QName |
_ParticipantObjectName_QNAME |
private static QName |
_ParticipantObjectQuery_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dcm4che3.audit
|
private static final QName _AuditMessage_QNAME
private static final QName _EventIdentification_QNAME
private static final QName _ActiveParticipant_QNAME
private static final QName _AuditSourceIdentification_QNAME
private static final QName _ParticipantObjectIdentification_QNAME
private static final QName _EventOutcomeDescription_QNAME
private static final QName _ParticipantObjectName_QNAME
private static final QName _ParticipantObjectQuery_QNAME
private static final QName _ParticipantObjectDescription_QNAME
public ObjectFactory()
public AuditMessage createAuditMessage()
AuditMessagepublic EventIdentification createEventIdentification()
EventIdentificationpublic ActiveParticipant createActiveParticipant()
ActiveParticipantpublic AuditSourceIdentification createAuditSourceIdentification()
AuditSourceIdentificationpublic ParticipantObjectIdentification createParticipantObjectIdentification()
ParticipantObjectIdentificationpublic EventID createEventID()
EventIDpublic EventTypeCode createEventTypeCode()
EventTypeCodepublic AuditSourceTypeCode createAuditSourceTypeCode()
AuditSourceTypeCodepublic RoleIDCode createRoleIDCode()
RoleIDCodepublic MediaIdentifier createMediaIdentifier()
MediaIdentifierpublic MediaType createMediaType()
MediaTypepublic ParticipantObjectIDTypeCode createParticipantObjectIDTypeCode()
ParticipantObjectIDTypeCodepublic ParticipantObjectDetail createParticipantObjectDetail()
ParticipantObjectDetailpublic ParticipantObjectDescription createParticipantObjectDescription()
ParticipantObjectDescriptionpublic MPPS createMPPS()
MPPSpublic Accession createAccession()
Accessionpublic SOPClass createSOPClass()
SOPClasspublic Instance createInstance()
Instancepublic ParticipantObjectContainsStudy createParticipantObjectContainsStudy()
ParticipantObjectContainsStudypublic StudyIDs createStudyIDs()
StudyIDspublic JAXBElement<AuditMessage> createAuditMessage(AuditMessage value)
public JAXBElement<EventIdentification> createEventIdentification(EventIdentification value)
public JAXBElement<ActiveParticipant> createActiveParticipant(ActiveParticipant value)
public JAXBElement<AuditSourceIdentification> createAuditSourceIdentification(AuditSourceIdentification value)
public JAXBElement<ParticipantObjectIdentification> createParticipantObjectIdentification(ParticipantObjectIdentification value)
public JAXBElement<String> createEventOutcomeDescription(String value)
public JAXBElement<String> createParticipantObjectName(String value)
public JAXBElement<byte[]> createParticipantObjectQuery(byte[] value)
public JAXBElement<ParticipantObjectDescription> createParticipantObjectDescription(ParticipantObjectDescription value)
Copyright © 2017 dcm4che.org. All rights reserved.