Class CreateRelationRequest
java.lang.Object
com.emc.d2fs.services.d2_relation_service.CreateRelationRequest
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.emc.com/d2fs/models/context}context"/> </sequence> <attribute name="childId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="parentId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="relationName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="linkType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the childId property.Gets the value of the context property.Gets the value of the description property.Gets the value of the linkType property.Gets the value of the parentId property.Gets the value of the relationName property.void
setChildId
(String value) Sets the value of the childId property.void
setContext
(Context value) Sets the value of the context property.void
setDescription
(String value) Sets the value of the description property.void
setLinkType
(String value) Sets the value of the linkType property.void
setParentId
(String value) Sets the value of the parentId property.void
setRelationName
(String value) Sets the value of the relationName property.
-
Constructor Details
-
CreateRelationRequest
public CreateRelationRequest()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
Context
-
setContext
Sets the value of the context property.- Parameters:
value
- allowed object isContext
-
getChildId
Gets the value of the childId property.- Returns:
- possible object is
String
-
setChildId
Sets the value of the childId property.- Parameters:
value
- allowed object isString
-
getParentId
Gets the value of the parentId property.- Returns:
- possible object is
String
-
setParentId
Sets the value of the parentId property.- Parameters:
value
- allowed object isString
-
getRelationName
Gets the value of the relationName property.- Returns:
- possible object is
String
-
setRelationName
Sets the value of the relationName property.- Parameters:
value
- allowed object isString
-
getLinkType
Gets the value of the linkType property.- Returns:
- possible object is
String
-
setLinkType
Sets the value of the linkType property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-