
com.prowidesoftware.swift.model.mx.dic.AttendanceAdmissionConditions1Code Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for AttendanceAdmissionConditions1Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <simpleType name="AttendanceAdmissionConditions1Code">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="MASH"/>
* <enumeration value="MAPO"/>
* <enumeration value="MAAL"/>
* <enumeration value="MALR"/>
* <enumeration value="MAHI"/>
* <enumeration value="MATK"/>
* <enumeration value="MANP"/>
* </restriction>
* </simpleType>
*
*
*/
@XmlType(name = "AttendanceAdmissionConditions1Code")
@XmlEnum
public enum AttendanceAdmissionConditions1Code {
/**
* Any attendee must be a shareholder themselves.
*
*/
MASH,
/**
* Attendees acting on behalf of registered holder must have a valid power of attorney (POA) and/or proof of holding.
*
*/
MAPO,
/**
* Attendees will be placed on a attendee list and must bring photographic identification with them.
*
*/
MAAL,
/**
* Attendees will be placed on a attendee list or issued with a letter of representation, and must bring photographic identification with them.
*
*/
MALR,
/**
* Attendees must request proof of holding and register for attendance directly with Issuer.
*
*/
MAHI,
/**
* Attendees will be issued an admission ticket and must bring photographic identification with them.
*
*/
MATK,
/**
* Meeting attendance is not possible.
*
*/
MANP;
public String value() {
return name();
}
public static AttendanceAdmissionConditions1Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy