at.gv.zustellung.zusemsg.xsd.zuse_persondata
Class ObjectFactory

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the at.gv.zustellung.zusemsg.xsd.zuse_persondata 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.zustellung.zusemsg.xsd.zuse_persondata
 
Method Summary
 AbstractAddressType createAbstractAddressType()
          Create an instance of AbstractAddressType
 JAXBElement<AbstractPersonType> createAbstractPersonData(AbstractPersonType value)
          Create an instance of JAXBElement<AbstractPersonType>}
 AbstractPersonType createAbstractPersonType()
          Create an instance of AbstractPersonType
 JAXBElement<String> createAbstractSimpleIdentification(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<AbstractAddressType> createAddress(AbstractAddressType value)
          Create an instance of JAXBElement<AbstractAddressType>}
 JAXBElement<CorporateBodyType> createCorporateBody(CorporateBodyType value)
          Create an instance of JAXBElement<CorporateBodyType>}
 CorporateBodyType createCorporateBodyType()
          Create an instance of CorporateBodyType
 JAXBElement<String> createDateOfBirth(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createFirmenbuchNummer(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createFormattedNumber(String value)
          Create an instance of JAXBElement<String>}
 IdentificationType createIdentificationType()
          Create an instance of IdentificationType
 IdentificationType.Value createIdentificationTypeValue()
          Create an instance of IdentificationType.Value
 JAXBElement<InternetAddressType> createInternetAddress(InternetAddressType value)
          Create an instance of JAXBElement<InternetAddressType>}
 InternetAddressType createInternetAddressType()
          Create an instance of InternetAddressType
 JAXBElement<PersonNameType> createName(PersonNameType value)
          Create an instance of JAXBElement<PersonNameType>}
 JAXBElement<String> createNatPErgaenzungsRegisterZahl(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createNichtNatPErgaenzungsRegisterZahl(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createOID(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<AbstractPersonType> createPerson(AbstractPersonType value)
          Create an instance of JAXBElement<AbstractPersonType>}
 JAXBElement<PersonDataType> createPersonData(PersonDataType value)
          Create an instance of JAXBElement<PersonDataType>}
 PersonDataType createPersonDataType()
          Create an instance of PersonDataType
 PersonNameType createPersonNameType()
          Create an instance of PersonNameType
 PersonNameType.Affix createPersonNameTypeAffix()
          Create an instance of PersonNameType.Affix
 PersonNameType.FamilyName createPersonNameTypeFamilyName()
          Create an instance of PersonNameType.FamilyName
 JAXBElement<PhysicalPersonType> createPhysicalPerson(PhysicalPersonType value)
          Create an instance of JAXBElement<PhysicalPersonType>}
 PhysicalPersonType createPhysicalPersonType()
          Create an instance of PhysicalPersonType
 JAXBElement<PostalAddressType> createPostalAddress(PostalAddressType value)
          Create an instance of JAXBElement<PostalAddressType>}
 PostalAddressType createPostalAddressType()
          Create an instance of PostalAddressType
 PostalAddressType.DeliveryAddress createPostalAddressTypeDeliveryAddress()
          Create an instance of PostalAddressType.DeliveryAddress
 TelcomNumberType createTelcomNumberType()
          Create an instance of TelcomNumberType
 JAXBElement<TelephoneAddressType> createTelephoneAddress(TelephoneAddressType value)
          Create an instance of JAXBElement<TelephoneAddressType>}
 TelephoneAddressType createTelephoneAddressType()
          Create an instance of TelephoneAddressType
 JAXBElement<String> createVereinsRegisterZahl(String value)
          Create an instance of JAXBElement<String>}
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.zustellung.zusemsg.xsd.zuse_persondata

Method Detail

createTelephoneAddressType

public TelephoneAddressType createTelephoneAddressType()
Create an instance of TelephoneAddressType


createPostalAddressType

public PostalAddressType createPostalAddressType()
Create an instance of PostalAddressType


createPersonNameType

public PersonNameType createPersonNameType()
Create an instance of PersonNameType


createInternetAddressType

public InternetAddressType createInternetAddressType()
Create an instance of InternetAddressType


createPersonDataType

public PersonDataType createPersonDataType()
Create an instance of PersonDataType


createPersonNameTypeAffix

public PersonNameType.Affix createPersonNameTypeAffix()
Create an instance of PersonNameType.Affix


createPersonNameTypeFamilyName

public PersonNameType.FamilyName createPersonNameTypeFamilyName()
Create an instance of PersonNameType.FamilyName


createTelcomNumberType

public TelcomNumberType createTelcomNumberType()
Create an instance of TelcomNumberType


createPostalAddressTypeDeliveryAddress

public PostalAddressType.DeliveryAddress createPostalAddressTypeDeliveryAddress()
Create an instance of PostalAddressType.DeliveryAddress


createPhysicalPersonType

public PhysicalPersonType createPhysicalPersonType()
Create an instance of PhysicalPersonType


createIdentificationTypeValue

public IdentificationType.Value createIdentificationTypeValue()
Create an instance of IdentificationType.Value


createAbstractPersonType

public AbstractPersonType createAbstractPersonType()
Create an instance of AbstractPersonType


createAbstractAddressType

public AbstractAddressType createAbstractAddressType()
Create an instance of AbstractAddressType


createIdentificationType

public IdentificationType createIdentificationType()
Create an instance of IdentificationType


createCorporateBodyType

public CorporateBodyType createCorporateBodyType()
Create an instance of CorporateBodyType


createInternetAddress

public JAXBElement<InternetAddressType> createInternetAddress(InternetAddressType value)
Create an instance of JAXBElement<InternetAddressType>}


createFirmenbuchNummer

public JAXBElement<String> createFirmenbuchNummer(String value)
Create an instance of JAXBElement<String>}


createDateOfBirth

public JAXBElement<String> createDateOfBirth(String value)
Create an instance of JAXBElement<String>}


createAbstractPersonData

public JAXBElement<AbstractPersonType> createAbstractPersonData(AbstractPersonType value)
Create an instance of JAXBElement<AbstractPersonType>}


createPersonData

public JAXBElement<PersonDataType> createPersonData(PersonDataType value)
Create an instance of JAXBElement<PersonDataType>}


createNichtNatPErgaenzungsRegisterZahl

public JAXBElement<String> createNichtNatPErgaenzungsRegisterZahl(String value)
Create an instance of JAXBElement<String>}


createPhysicalPerson

public JAXBElement<PhysicalPersonType> createPhysicalPerson(PhysicalPersonType value)
Create an instance of JAXBElement<PhysicalPersonType>}


createVereinsRegisterZahl

public JAXBElement<String> createVereinsRegisterZahl(String value)
Create an instance of JAXBElement<String>}


createNatPErgaenzungsRegisterZahl

public JAXBElement<String> createNatPErgaenzungsRegisterZahl(String value)
Create an instance of JAXBElement<String>}


createCorporateBody

public JAXBElement<CorporateBodyType> createCorporateBody(CorporateBodyType value)
Create an instance of JAXBElement<CorporateBodyType>}


createOID

public JAXBElement<String> createOID(String value)
Create an instance of JAXBElement<String>}


createAbstractSimpleIdentification

public JAXBElement<String> createAbstractSimpleIdentification(String value)
Create an instance of JAXBElement<String>}


createName

public JAXBElement<PersonNameType> createName(PersonNameType value)
Create an instance of JAXBElement<PersonNameType>}


createAddress

public JAXBElement<AbstractAddressType> createAddress(AbstractAddressType value)
Create an instance of JAXBElement<AbstractAddressType>}


createPerson

public JAXBElement<AbstractPersonType> createPerson(AbstractPersonType value)
Create an instance of JAXBElement<AbstractPersonType>}


createPostalAddress

public JAXBElement<PostalAddressType> createPostalAddress(PostalAddressType value)
Create an instance of JAXBElement<PostalAddressType>}


createTelephoneAddress

public JAXBElement<TelephoneAddressType> createTelephoneAddress(TelephoneAddressType value)
Create an instance of JAXBElement<TelephoneAddressType>}


createFormattedNumber

public JAXBElement<String> createFormattedNumber(String value)
Create an instance of JAXBElement<String>}



Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.