Class InsertVDInheritedComponentRequest
java.lang.Object
com.emc.d2fs.services.vdcontent_service.InsertVDInheritedComponentRequest
- 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"/> <element ref="{http://www.emc.com/d2fs/models/attribute}attributes" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="srcVdId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="vdTemplateName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="inheritedComponentId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="overrideExistingComponent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the context property.Gets the value of the inheritedComponentId property.Gets the value of the srcVdId property.Gets the value of the vdTemplateName property.boolean
Gets the value of the overrideExistingComponent property.void
setContext
(Context value) Sets the value of the context property.void
setInheritedComponentId
(String value) Sets the value of the inheritedComponentId property.void
setOverrideExistingComponent
(boolean value) Sets the value of the overrideExistingComponent property.void
setSrcVdId
(String value) Sets the value of the srcVdId property.void
setVdTemplateName
(String value) Sets the value of the vdTemplateName property.
-
Constructor Details
-
InsertVDInheritedComponentRequest
public InsertVDInheritedComponentRequest()
-
-
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
-
getAttributes
Gets the value of the attributes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the attributes property.For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
-
getSrcVdId
Gets the value of the srcVdId property.- Returns:
- possible object is
String
-
setSrcVdId
Sets the value of the srcVdId property.- Parameters:
value
- allowed object isString
-
getVdTemplateName
Gets the value of the vdTemplateName property.- Returns:
- possible object is
String
-
setVdTemplateName
Sets the value of the vdTemplateName property.- Parameters:
value
- allowed object isString
-
getInheritedComponentId
Gets the value of the inheritedComponentId property.- Returns:
- possible object is
String
-
setInheritedComponentId
Sets the value of the inheritedComponentId property.- Parameters:
value
- allowed object isString
-
isOverrideExistingComponent
public boolean isOverrideExistingComponent()Gets the value of the overrideExistingComponent property. -
setOverrideExistingComponent
public void setOverrideExistingComponent(boolean value) Sets the value of the overrideExistingComponent property.
-