it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc
Class IdCObjectFactory

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.IdCObjectFactory

public class IdCObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the it.sistematica.isharedoc.model.xml.replica.legaldoc.idc package.

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.


Constructor Summary
IdCObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: it.sistematica.isharedoc.model.xml.replica.legaldoc.idc
 
Method Summary
 Agent createAgent()
          Create an instance of Agent
 AgentID createAgentID()
          Create an instance of AgentID
 AgentName createAgentName()
          Create an instance of AgentName
 AttachedTimeStamp createAttachedTimeStamp()
          Create an instance of AttachedTimeStamp
 CreatingApplication createCreatingApplication()
          Create an instance of CreatingApplication
 Description createDescription()
          Create an instance of Description
 DetachedTimeStamp createDetachedTimeStamp()
          Create an instance of DetachedTimeStamp
 javax.xml.bind.JAXBElement<java.lang.String> createEmbeddMetadata(java.lang.String value)
          Create an instance of JAXBElement<String>}
 ExternalMetadata createExternalMetadata()
          Create an instance of ExternalMetadata
 File createFile()
          Create an instance of File
 FileGroup createFileGroup()
          Create an instance of FileGroup
 javax.xml.bind.JAXBElement<java.lang.String> createFirstName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createFormalName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Hash createHash()
          Create an instance of Hash
 ID createID()
          Create an instance of ID
 IdC createIdC()
          Create an instance of IdC
 IdCID createIdCID()
          Create an instance of IdCID
 javax.xml.bind.JAXBElement<java.lang.String> createLabel(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createLastName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 LawAndRegulations createLawAndRegulations()
          Create an instance of LawAndRegulations
 MoreInfo createMoreInfo()
          Create an instance of MoreInfo
 javax.xml.bind.JAXBElement<java.lang.String> createName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 NameAndSurname createNameAndSurname()
          Create an instance of NameAndSurname
 javax.xml.bind.JAXBElement<java.lang.String> createPath(java.lang.String value)
          Create an instance of JAXBElement<String>}
 PreviousHash createPreviousHash()
          Create an instance of PreviousHash
 Process createProcess()
          Create an instance of Process
 javax.xml.bind.JAXBElement<java.lang.String> createProducer(java.lang.String value)
          Create an instance of JAXBElement<String>}
 SelfDescription createSelfDescription()
          Create an instance of SelfDescription
 SourceIdC createSourceIdC()
          Create an instance of SourceIdC
 SourceVdC createSourceVdC()
          Create an instance of SourceVdC
 javax.xml.bind.JAXBElement<java.lang.String> createTimeInfo(java.lang.String value)
          Create an instance of JAXBElement<String>}
 TimeReference createTimeReference()
          Create an instance of TimeReference
 VdC createVdC()
          Create an instance of VdC
 VdCGroup createVdCGroup()
          Create an instance of VdCGroup
 javax.xml.bind.JAXBElement<java.lang.String> createVersion(java.lang.String value)
          Create an instance of JAXBElement<String>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdCObjectFactory

public IdCObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: it.sistematica.isharedoc.model.xml.replica.legaldoc.idc

Method Detail

createSourceVdC

public SourceVdC createSourceVdC()
Create an instance of SourceVdC


createAgent

public Agent createAgent()
Create an instance of Agent


createSourceIdC

public SourceIdC createSourceIdC()
Create an instance of SourceIdC


createID

public ID createID()
Create an instance of ID


createPreviousHash

public PreviousHash createPreviousHash()
Create an instance of PreviousHash


createExternalMetadata

public ExternalMetadata createExternalMetadata()
Create an instance of ExternalMetadata


createMoreInfo

public MoreInfo createMoreInfo()
Create an instance of MoreInfo


createCreatingApplication

public CreatingApplication createCreatingApplication()
Create an instance of CreatingApplication


createLawAndRegulations

public LawAndRegulations createLawAndRegulations()
Create an instance of LawAndRegulations


createTimeReference

public TimeReference createTimeReference()
Create an instance of TimeReference


createFileGroup

public FileGroup createFileGroup()
Create an instance of FileGroup


createDetachedTimeStamp

public DetachedTimeStamp createDetachedTimeStamp()
Create an instance of DetachedTimeStamp


createIdC

public IdC createIdC()
Create an instance of IdC


createIdCID

public IdCID createIdCID()
Create an instance of IdCID


createHash

public Hash createHash()
Create an instance of Hash


createVdC

public VdC createVdC()
Create an instance of VdC


createFile

public File createFile()
Create an instance of File


createAgentName

public AgentName createAgentName()
Create an instance of AgentName


createDescription

public Description createDescription()
Create an instance of Description


createSelfDescription

public SelfDescription createSelfDescription()
Create an instance of SelfDescription


createAgentID

public AgentID createAgentID()
Create an instance of AgentID


createAttachedTimeStamp

public AttachedTimeStamp createAttachedTimeStamp()
Create an instance of AttachedTimeStamp


createVdCGroup

public VdCGroup createVdCGroup()
Create an instance of VdCGroup


createNameAndSurname

public NameAndSurname createNameAndSurname()
Create an instance of NameAndSurname


createProcess

public Process createProcess()
Create an instance of Process


createName

public javax.xml.bind.JAXBElement<java.lang.String> createName(java.lang.String value)
Create an instance of JAXBElement<String>}


createFormalName

public javax.xml.bind.JAXBElement<java.lang.String> createFormalName(java.lang.String value)
Create an instance of JAXBElement<String>}


createTimeInfo

public javax.xml.bind.JAXBElement<java.lang.String> createTimeInfo(java.lang.String value)
Create an instance of JAXBElement<String>}


createFirstName

public javax.xml.bind.JAXBElement<java.lang.String> createFirstName(java.lang.String value)
Create an instance of JAXBElement<String>}


createLabel

public javax.xml.bind.JAXBElement<java.lang.String> createLabel(java.lang.String value)
Create an instance of JAXBElement<String>}


createProducer

public javax.xml.bind.JAXBElement<java.lang.String> createProducer(java.lang.String value)
Create an instance of JAXBElement<String>}


createLastName

public javax.xml.bind.JAXBElement<java.lang.String> createLastName(java.lang.String value)
Create an instance of JAXBElement<String>}


createEmbeddMetadata

public javax.xml.bind.JAXBElement<java.lang.String> createEmbeddMetadata(java.lang.String value)
Create an instance of JAXBElement<String>}


createVersion

public javax.xml.bind.JAXBElement<java.lang.String> createVersion(java.lang.String value)
Create an instance of JAXBElement<String>}


createPath

public javax.xml.bind.JAXBElement<java.lang.String> createPath(java.lang.String value)
Create an instance of JAXBElement<String>}