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