Class SignedConfigType
java.lang.Object
com.emc.d2fs.models.signedconfigtype.SignedConfigType
- All Implemented Interfaces:
Serializable
Java class for SignedConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedConfigType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="Config" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="Signature" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the config property.Gets the value of the signature property.void
Sets the value of the config property.void
setSignature
(String value) Sets the value of the signature property.
-
Constructor Details
-
SignedConfigType
public SignedConfigType()
-
-
Method Details
-
getConfig
Gets the value of the config property.- Returns:
- possible object is
Object
-
setConfig
Sets the value of the config property.- Parameters:
value
- allowed object isObject
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
String
-
setSignature
Sets the value of the signature property.- Parameters:
value
- allowed object isString
-