Class CustomerIdentifierType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.CustomerIdentifierType

public class CustomerIdentifierType extends Object

Java class for CustomerIdentifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomerIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identityProvider" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}identityProviderType"/>
         <element name="identifier" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}identifierType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CustomerIdentifierType

      public CustomerIdentifierType()
  • Method Details

    • getIdentityProvider

      public IdentityProviderType getIdentityProvider()
      Gets the value of the identityProvider property.
      Returns:
      possible object is IdentityProviderType
    • setIdentityProvider

      public void setIdentityProvider(IdentityProviderType value)
      Sets the value of the identityProvider property.
      Parameters:
      value - allowed object is IdentityProviderType
    • getIdentifier

      public String getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is String
    • setIdentifier

      public void setIdentifier(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String