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 * <complexType>
017 * <complexContent>
018 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
019 * </restriction>
020 * </complexContent>
021 * </complexType>
022 * </pre>
023 *
024 *
025 */
026 @XmlAccessorType(XmlAccessType.FIELD)
027 @XmlType(name = "")
028 @XmlRootElement(name = "DeleteResourcePropertiesResponse")
029 public class DeleteResourcePropertiesResponse {
030
031
032 }