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

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

public class AgentName
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="{}NameAndSurname"/>
         <element ref="{}FormalName"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String formalName
           
protected  NameAndSurname nameAndSurname
           
 
Constructor Summary
AgentName()
           
 
Method Summary
 java.lang.String getFormalName()
          Gets the value of the formalName property.
 NameAndSurname getNameAndSurname()
          Gets the value of the nameAndSurname property.
 void setFormalName(java.lang.String value)
          Sets the value of the formalName property.
 void setNameAndSurname(NameAndSurname value)
          Sets the value of the nameAndSurname property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameAndSurname

protected NameAndSurname nameAndSurname

formalName

protected java.lang.String formalName
Constructor Detail

AgentName

public AgentName()
Method Detail

getNameAndSurname

public NameAndSurname getNameAndSurname()
Gets the value of the nameAndSurname property.

Returns:
possible object is NameAndSurname

setNameAndSurname

public void setNameAndSurname(NameAndSurname value)
Sets the value of the nameAndSurname property.

Parameters:
value - allowed object is NameAndSurname

getFormalName

public java.lang.String getFormalName()
Gets the value of the formalName property.

Returns:
possible object is String

setFormalName

public void setFormalName(java.lang.String value)
Sets the value of the formalName property.

Parameters:
value - allowed object is String