Package com.emc.d2fs.models.attribute
Class Attribute
java.lang.Object
com.emc.d2fs.models.attribute.Attribute
- All Implemented Interfaces:
Serializable
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="isSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="isRepeating" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the format property.getName()
Gets the value of the name property.getTime()
Gets the value of the time property.int
getType()
Gets the value of the type property.getValue()
Gets the value of the value property.Gets the value of the isRepeating property.Gets the value of the isSearchable property.void
Sets the value of the format property.void
setIsRepeating
(Boolean value) Sets the value of the isRepeating property.void
setIsSearchable
(Boolean value) Sets the value of the isSearchable property.void
Sets the value of the name property.void
Sets the value of the time property.void
setType
(int value) Sets the value of the type property.void
Sets the value of the value property.
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
public int getType()Gets the value of the type property. -
setType
public void setType(int value) Sets the value of the type property. -
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
getTime
Gets the value of the time property.- Returns:
- possible object is
Long
-
setTime
Sets the value of the time property.- Parameters:
value
- allowed object isLong
-
isIsSearchable
Gets the value of the isSearchable property.- Returns:
- possible object is
Boolean
-
setIsSearchable
Sets the value of the isSearchable property.- Parameters:
value
- allowed object isBoolean
-
isIsRepeating
Gets the value of the isRepeating property.- Returns:
- possible object is
Boolean
-
setIsRepeating
Sets the value of the isRepeating property.- Parameters:
value
- allowed object isBoolean
-