Package com.scene7.ipsapi
Class RenameAssetParam
java.lang.Object
com.scene7.ipsapi.RenameAssetParam
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 name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="validateName" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandle property.Gets the value of the companyHandle property.Gets the value of the newName property.booleanGets the value of the validateName property.voidsetAssetHandle(String value) Sets the value of the assetHandle property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetNewName(String value) Sets the value of the newName property.voidsetValidateName(boolean value) Sets the value of the validateName property.
-
Constructor Details
-
RenameAssetParam
public RenameAssetParam()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getAssetHandle
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getNewName
Gets the value of the newName property.- Returns:
- possible object is
String
-
setNewName
Sets the value of the newName property.- Parameters:
value- allowed object isString
-
isValidateName
public boolean isValidateName()Gets the value of the validateName property. -
setValidateName
public void setValidateName(boolean value) Sets the value of the validateName property.
-