public class AgentType extends Object implements Serializable
Java class for agentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="role" type="{http://textgrid.info/namespaces/metadata/agent/2010}agentRoleType" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected AgentRoleType |
role |
protected String |
value |
Constructor and Description |
---|
AgentType() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
AgentRoleType |
getRole()
Gets the value of the role property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRole(AgentRoleType value)
Sets the value of the role property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected AgentRoleType role
protected String id
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public AgentRoleType getRole()
AgentRoleType
public void setRole(AgentRoleType value)
value
- allowed object is
AgentRoleType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.