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