Package com.ibm.wsspi.security.wim.model
Class EntitlementType
java.lang.Object
com.ibm.wsspi.security.wim.model.EntitlementType
Java class for EntitlementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntitlementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="object" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="attribute" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requested propertyGets the value of the attribute property.getDataType
(String propName) Gets the Java type of the value of the provided property.Gets the value of the method property.Gets the value of the object property.static List
getPropertyNames
(String entityTypeName) Gets a list of all supported properties for this model object, EntitlementTypestatic HashSet
Gets a set of any model objects which extend this model object, EntitlementTypeGets a list of any model objects which this model object, EntitlementType, is an extension of.Gets the name of this model object, EntitlementTypeboolean
Returns true if the requested property is set; false, otherwise.boolean
Returns true if the attribute property is set; false, otherwise.boolean
Returns true if the method property is set; false, otherwise.boolean
Returns true if the object property is set; false, otherwise.boolean
Returns a true if the provided model object is one that this model object extends; false, otherwise.void
Sets the value of the provided property to the provided value.void
setAttribute
(String value) Sets the value of the attribute property.void
Sets the value of the method property.void
Sets the value of the object property.toString()
Returns this model object, EntitlementType, and its contents as a Stringvoid
Sets the value of provided property to null.
-
Constructor Details
-
EntitlementType
public EntitlementType()
-
-
Method Details
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
isSetMethod
public boolean isSetMethod()Returns true if the method property is set; false, otherwise.- Returns:
- returned object is
boolean
-
getObject
Gets the value of the object property.- Returns:
- possible object is
String
-
setObject
Sets the value of the object property.- Parameters:
value
- allowed object isString
-
isSetObject
public boolean isSetObject()Returns true if the object property is set; false, otherwise.- Returns:
- returned object is
boolean
-
getAttribute
Gets the value of the attribute property.- Returns:
- possible object is
String
-
setAttribute
Sets the value of the attribute property.- Parameters:
value
- allowed object isString
-
isSetAttribute
public boolean isSetAttribute()Returns true if the attribute property is set; false, otherwise.- Returns:
- returned object is
boolean
-
get
Gets the value of the requested property -
isSet
Returns true if the requested property is set; false, otherwise.- Returns:
- returned object is
boolean
-
set
Sets the value of the provided property to the provided value. -
unset
Sets the value of provided property to null.- Parameters:
propName
- allowed object isString
-
getTypeName
Gets the name of this model object, EntitlementType- Returns:
- returned object is
String
-
getPropertyNames
Gets a list of all supported properties for this model object, EntitlementType -
getDataType
Gets the Java type of the value of the provided property. For example: String, List -
getSuperTypes
Gets a list of any model objects which this model object, EntitlementType, is an extension of.- Returns:
- returned object is
ArrayList
-
isSubType
Returns a true if the provided model object is one that this model object extends; false, otherwise.- Parameters:
superTypeName
- allowed object isString
- Returns:
- returned object is
boolean
-
getSubTypes
Gets a set of any model objects which extend this model object, EntitlementType- Returns:
- returned object is
HashSet
-
toString
Returns this model object, EntitlementType, and its contents as a String
-