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()
AuditMessage
public EventIdentification createEventIdentification()
EventIdentification
public ActiveParticipant createActiveParticipant()
ActiveParticipant
public AuditSourceIdentification createAuditSourceIdentification()
AuditSourceIdentification
public ParticipantObjectIdentification createParticipantObjectIdentification()
ParticipantObjectIdentification
public EventID createEventID()
EventID
public EventTypeCode createEventTypeCode()
EventTypeCode
public AuditSourceTypeCode createAuditSourceTypeCode()
AuditSourceTypeCode
public RoleIDCode createRoleIDCode()
RoleIDCode
public MediaIdentifier createMediaIdentifier()
MediaIdentifier
public MediaType createMediaType()
MediaType
public ParticipantObjectIDTypeCode createParticipantObjectIDTypeCode()
ParticipantObjectIDTypeCode
public ParticipantObjectDetail createParticipantObjectDetail()
ParticipantObjectDetail
public ParticipantObjectDescription createParticipantObjectDescription()
ParticipantObjectDescription
public MPPS createMPPS()
MPPS
public Accession createAccession()
Accession
public SOPClass createSOPClass()
SOPClass
public Instance createInstance()
Instance
public ParticipantObjectContainsStudy createParticipantObjectContainsStudy()
ParticipantObjectContainsStudy
public StudyIDs createStudyIDs()
StudyIDs
public 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.