org.oma.protocols.mlp.svc_init.Mnc 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="mnc"/>
*
*/
public class Mnc
{
private String mnc;
/**
* Get the 'mnc' element value.
*
* @return value
*/
public String getMnc() {
return mnc;
}
/**
* Set the 'mnc' element value.
*
* @param mnc
*/
public void setMnc(String mnc) {
this.mnc = mnc;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy