|
||||||||||
| 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.Agent
public class Agent
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="{}AgentName"/>
<element ref="{}Agent_ID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}MoreInfo" minOccurs="0"/>
</sequence>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="person"/>
<enumeration value="organization"/>
</restriction>
</simpleType>
</attribute>
<attribute name="role" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Delegate"/>
<enumeration value="PreservationManager"/>
<enumeration value="Operator"/>
<enumeration value="PublicOfficer"/>
<enumeration value="OtherRole"/>
</restriction>
</simpleType>
</attribute>
<attribute name="otherRole" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<AgentID> |
agentID
|
protected AgentName |
agentName
|
protected MoreInfo |
moreInfo
|
protected java.lang.String |
otherRole
|
protected java.lang.String |
role
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
Agent()
|
|
| Method Summary | |
|---|---|
java.util.List<AgentID> |
getAgentID()
Gets the value of the agentID property. |
AgentName |
getAgentName()
Gets the value of the agentName property. |
MoreInfo |
getMoreInfo()
Gets the value of the moreInfo property. |
java.lang.String |
getOtherRole()
Gets the value of the otherRole property. |
java.lang.String |
getRole()
Gets the value of the role property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setAgentName(AgentName value)
Sets the value of the agentName property. |
void |
setMoreInfo(MoreInfo value)
Sets the value of the moreInfo property. |
void |
setOtherRole(java.lang.String value)
Sets the value of the otherRole property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AgentName agentName
protected java.util.List<AgentID> agentID
protected MoreInfo moreInfo
protected java.lang.String type
protected java.lang.String role
protected java.lang.String otherRole
| Constructor Detail |
|---|
public Agent()
| Method Detail |
|---|
public AgentName getAgentName()
AgentNamepublic void setAgentName(AgentName value)
value - allowed object is
AgentNamepublic java.util.List<AgentID> getAgentID()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the agentID property.
For example, to add a new item, do as follows:
getAgentID().add(newItem);
Objects of the following type(s) are allowed in the list
AgentID
public MoreInfo getMoreInfo()
MoreInfopublic void setMoreInfo(MoreInfo value)
value - allowed object is
MoreInfopublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOtherRole()
Stringpublic void setOtherRole(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 | |||||||||