org.oma.protocols.mlp.svc_init.Lmsi Maven / Gradle / Ivy
package org.oma.protocols.mlp.svc_init;
/**
* Schema fragment(s) for this class:
*
* <xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" name="lmsi"/>
*
*/
public class Lmsi
{
private String lmsi;
/**
* Get the 'lmsi' element value.
*
* @return value
*/
public String getLmsi() {
return lmsi;
}
/**
* Set the 'lmsi' element value.
*
* @param lmsi
*/
public void setLmsi(String lmsi) {
this.lmsi = lmsi;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy