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

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

public class NameAndSurname
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="{}FirstName"/>
         <element ref="{}LastName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String firstName
           
protected  java.lang.String lastName
           
 
Constructor Summary
NameAndSurname()
           
 
Method Summary
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstName

protected java.lang.String firstName

lastName

protected java.lang.String lastName
Constructor Detail

NameAndSurname

public NameAndSurname()
Method Detail

getFirstName

public java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

public java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String