public static class ReconciliationRequestType.Originator extends Object implements Serializable
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="{http://www.iru.org/model/tir-actor-1}IRU"/>
<element ref="{http://www.iru.org/model/tir-actor-1}Association"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.iru.model.tir_actor_1.Association |
association |
protected org.iru.model.tir_actor_1.IRU |
iru |
| Constructor and Description |
|---|
Originator() |
| Modifier and Type | Method and Description |
|---|---|
org.iru.model.tir_actor_1.Association |
getAssociation()
Gets the value of the association property.
|
org.iru.model.tir_actor_1.IRU |
getIRU()
Gets the value of the iru property.
|
void |
setAssociation(org.iru.model.tir_actor_1.Association value)
Sets the value of the association property.
|
void |
setIRU(org.iru.model.tir_actor_1.IRU value)
Sets the value of the iru property.
|
protected org.iru.model.tir_actor_1.IRU iru
protected org.iru.model.tir_actor_1.Association association
public org.iru.model.tir_actor_1.IRU getIRU()
IRUpublic void setIRU(org.iru.model.tir_actor_1.IRU value)
value - allowed object is
IRUpublic org.iru.model.tir_actor_1.Association getAssociation()
Associationpublic void setAssociation(org.iru.model.tir_actor_1.Association value)
value - allowed object is
AssociationCopyright © 2017. All rights reserved.