nl.iShopService.ideal3.generated
Class Issuer

java.lang.Object
  extended by nl.iShopService.ideal3.generated.Issuer

public class Issuer
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}issuerAuthenticationURL"/>
         <sequence>
           <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}issuerID"/>
           <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}issuerName"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Issuer()
           
 
Method Summary
 java.lang.String getIssuerAuthenticationURL()
          Gets the value of the issuerAuthenticationURL property.
 java.lang.String getIssuerID()
          Gets the value of the issuerID property.
 java.lang.String getIssuerName()
          Gets the value of the issuerName property.
 void setIssuerAuthenticationURL(java.lang.String value)
          Sets the value of the issuerAuthenticationURL property.
 void setIssuerID(java.lang.String value)
          Sets the value of the issuerID property.
 void setIssuerName(java.lang.String value)
          Sets the value of the issuerName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issuer

public Issuer()
Method Detail

getIssuerAuthenticationURL

public java.lang.String getIssuerAuthenticationURL()
Gets the value of the issuerAuthenticationURL property.

Returns:
possible object is String

setIssuerAuthenticationURL

public void setIssuerAuthenticationURL(java.lang.String value)
Sets the value of the issuerAuthenticationURL property.

Parameters:
value - allowed object is String

getIssuerID

public java.lang.String getIssuerID()
Gets the value of the issuerID property.

Returns:
possible object is String

setIssuerID

public void setIssuerID(java.lang.String value)
Sets the value of the issuerID property.

Parameters:
value - allowed object is String

getIssuerName

public java.lang.String getIssuerName()
Gets the value of the issuerName property.

Returns:
possible object is String

setIssuerName

public void setIssuerName(java.lang.String value)
Sets the value of the issuerName property.

Parameters:
value - allowed object is String