All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ar.com.fernandospr.wns.model.WnsBadge Maven / Gradle / Ivy

package ar.com.fernandospr.wns.model;

import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;

/**
 * From http://msdn.microsoft.com/en-us/library/windows/apps/br212849.aspx
 */
@XmlRootElement(name = "badge")
public class WnsBadge extends WnsAbstractNotification {
	
	@XmlAttribute
	public String value;
	
	@XmlAttribute
	public Integer version;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy