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