/**
* Creates an instance of the <code>SubscriptionInfo</code> class.
*/
public SubscriptionInfo() {
super(new Entry(), new SubscriptionDescription());
getEntry().setContent(new Content());
getEntry().getContent().setType(MediaType.APPLICATION_XML);
getEntry().getContent().setSubscriptionDescription(getModel());
}