nl.iShopService.ideal3.generated
Class DirectoryRes

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

public class DirectoryRes
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">
       <sequence>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}createDateTimestamp"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}Acquirer"/>
         <element ref="{http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1}Directory"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DirectoryRes()
           
 
Method Summary
 Acquirer getAcquirer()
          Gets the value of the acquirer property.
 java.lang.String getCreateDateTimestamp()
          Gets the value of the createDateTimestamp property.
 Directory getDirectory()
          Gets the value of the directory property.
 Signature getSignature()
          Gets the value of the signature property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setAcquirer(Acquirer value)
          Sets the value of the acquirer property.
 void setCreateDateTimestamp(java.lang.String value)
          Sets the value of the createDateTimestamp property.
 void setDirectory(Directory value)
          Sets the value of the directory property.
 void setSignature(Signature value)
          Sets the value of the signature property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryRes

public DirectoryRes()
Method Detail

getCreateDateTimestamp

public java.lang.String getCreateDateTimestamp()
Gets the value of the createDateTimestamp property.

Returns:
possible object is String

setCreateDateTimestamp

public void setCreateDateTimestamp(java.lang.String value)
Sets the value of the createDateTimestamp property.

Parameters:
value - allowed object is String

getAcquirer

public Acquirer getAcquirer()
Gets the value of the acquirer property.

Returns:
possible object is Acquirer

setAcquirer

public void setAcquirer(Acquirer value)
Sets the value of the acquirer property.

Parameters:
value - allowed object is Acquirer

getDirectory

public Directory getDirectory()
Gets the value of the directory property.

Returns:
possible object is Directory

setDirectory

public void setDirectory(Directory value)
Sets the value of the directory property.

Parameters:
value - allowed object is Directory

getSignature

public Signature getSignature()
Gets the value of the signature property.

Returns:
possible object is Signature

setSignature

public void setSignature(Signature value)
Sets the value of the signature property.

Parameters:
value - allowed object is Signature

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String