|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.AgentName
public class AgentName
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 |
---|
protected NameAndSurname nameAndSurname
protected java.lang.String formalName
Constructor Detail |
---|
public AgentName()
Method Detail |
---|
public NameAndSurname getNameAndSurname()
NameAndSurname
public void setNameAndSurname(NameAndSurname value)
value
- allowed object is
NameAndSurname
public java.lang.String getFormalName()
String
public void setFormalName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |