public class ActorType
extends java.lang.Object
Java class for ActorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="actorId" type="{urn:riv:interoperability:headers:1}ActorIdType"/>
<element name="actorType" type="{urn:riv:interoperability:headers:1}ActorTypeEnum"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actorId |
protected ActorTypeEnum |
actorType |
protected java.util.List<java.lang.Object> |
any |
| Constructor and Description |
|---|
ActorType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActorId()
Gets the value of the actorId property.
|
ActorTypeEnum |
getActorType()
Gets the value of the actorType property.
|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
void |
setActorId(java.lang.String value)
Sets the value of the actorId property.
|
void |
setActorType(ActorTypeEnum value)
Sets the value of the actorType property.
|
protected java.lang.String actorId
protected ActorTypeEnum actorType
protected java.util.List<java.lang.Object> any
public java.lang.String getActorId()
Stringpublic void setActorId(java.lang.String value)
value - allowed object is
Stringpublic ActorTypeEnum getActorType()
ActorTypeEnumpublic void setActorType(ActorTypeEnum value)
value - allowed object is
ActorTypeEnumpublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
Copyright © 2017. All Rights Reserved.