Class CreateResponseType
java.lang.Object
org.somda.sdc.dpws.soap.wstransfer.model.CreateResponseType
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class CreateResponseType
extends Object
implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString
Java class for CreateResponseType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.xmlsoap.org/ws/2004/09/transfer}ResourceCreated"/>
<any processContents='lax' namespace='##other' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleangetAny()Gets the value of the any property.Gets the value of the resourceCreated property.inthashCode()voidSets the value of the any property.voidSets the value of the resourceCreated property.toString()
-
Field Details
-
resourceCreated
-
any
-
-
Constructor Details
-
CreateResponseType
public CreateResponseType()
-
-
Method Details
-
getResourceCreated
Gets the value of the resourceCreated property.- Returns:
- possible object is
ResourceCreated
-
setResourceCreated
Sets the value of the resourceCreated property.- Parameters:
value- allowed object isResourceCreated
-
getAny
Gets the value of the any property. -
setAny
Sets the value of the any property. -
equals
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-