public class AffiliationType extends Object
Java class for AffiliationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffiliationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="organization_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
organizationRef |
| Constructor and Description |
|---|
AffiliationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrganizationRef()
Gets the value of the organizationRef property.
|
void |
setOrganizationRef(String value)
Sets the value of the organizationRef property.
|
Copyright © 2017. All rights reserved.