001    
002    package org.oasis_open.docs.wsrf.rp_2;
003    
004    import javax.xml.bind.annotation.XmlAccessType;
005    import javax.xml.bind.annotation.XmlAccessorType;
006    import javax.xml.bind.annotation.XmlRootElement;
007    import javax.xml.bind.annotation.XmlType;
008    
009    
010    /**
011     * <p>Java class for anonymous complex type.
012     * 
013     * <p>The following schema fragment specifies the expected content contained within this class.
014     * 
015     * <pre>
016     * &lt;complexType>
017     *   &lt;complexContent>
018     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
019     *     &lt;/restriction>
020     *   &lt;/complexContent>
021     * &lt;/complexType>
022     * </pre>
023     * 
024     * 
025     */
026    @XmlAccessorType(XmlAccessType.FIELD)
027    @XmlType(name = "")
028    @XmlRootElement(name = "UpdateResourcePropertiesResponse")
029    public class UpdateResourcePropertiesResponse {
030    
031    
032    }