Package com.sun.syndication.feed.impl

Examples of com.sun.syndication.feed.impl.ObjectBean


    /**
     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     */
    public OSQuery() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here


     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public Category() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here

     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public SyndImageImpl() {
        _objBean = new ObjectBean(SyndImage.class,this);
    }
View Full Code Here

     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public Enclosure() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here

     * with extended interfaces.
     * <p>
     * @param subject the DC subject to wrap.
     */
    SyndCategoryImpl(DCSubject subject) {
        _objBean = new ObjectBean(SyndCategory.class,this);
        _subject = subject;
    }
View Full Code Here

     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public Cloud() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here

     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public TextInput() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here

     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public Guid() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here

     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public Category() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here

     * Default constructor. All properties are set to <b>null</b>.
     * <p>
     *
     */
    public Item() {
        _objBean = new ObjectBean(this.getClass(),this);
    }
View Full Code Here

TOP

Related Classes of com.sun.syndication.feed.impl.ObjectBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.