Package com.ibm.wsspi.security.wim.model
Class Country
java.lang.Object
com.ibm.wsspi.security.wim.model.Entity
com.ibm.wsspi.security.wim.model.GeographicLocation
com.ibm.wsspi.security.wim.model.Country
Java class for Country complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Country">
 <complexContent>
 <extension base="{http://www.ibm.com/websphere/wim}GeographicLocation">
 <sequence>
 <element ref="{http://www.ibm.com/websphere/wim}c" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}countryName" minOccurs="0"/>
 <element ref="{http://www.ibm.com/websphere/wim}description" maxOccurs="unbounded" minOccurs="0"/>
 </sequence>
 </extension>
 </complexContent>
 </complexType>
 
 The Country object extends the GeographicLocation object, and represents information related to a country. It contains several properties: c, countryName and description.
- c: short form for the countryName property.
- countryName: defines the name of the country.
- description: describes this object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the requested propertygetC()Gets the value of the c property.Gets the value of the countryName property.getDataType(String propName) Gets the Java type of the value of the provided property.Gets the value of the description property.static ListgetPropertyNames(String entityTypeName) Gets a list of all supported properties for this model object, Countrystatic HashSetGets a set of any model objects which extend this model object, CountryGets a list of any model objects which this model object, Country, is an extension of.Gets the name of this model object, CountrybooleanisMultiValuedProperty(String propName) Return whether the specified property is a multi-valued property and capable of holding multiple values.booleanReturns true if the requested property is set; false, otherwise.booleanisSetC()Returns true if the c property is set; false, otherwise.booleanReturns true if the countryName property is set; false, otherwise.booleanReturns true if the description property is set; false, otherwise.booleanReturns a true if the provided model object is one that this model object extends; false, otherwise.voidSets the value of the provided property to the provided value.voidSets the value of the c property.voidsetCountryName(String value) Sets the value of the countryName property.toString()Returns this model object, GeographicLocation, and its contents as a StringvoidSets the value of provided property to null.voidResets the description property to null.Methods inherited from class com.ibm.wsspi.security.wim.model.EntitygetChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getSubEntityTypes, getViewIdentifiers, isMandatory, isPersistentProperty, isSetChangeType, isSetChildren, isSetCreateTimestamp, isSetEntitlementInfo, isSetGroups, isSetIdentifier, isSetModifyTimestamp, isSetParent, isSetViewIdentifiers, isUnset, reInitializePropertyNames, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent, unsetChildren, unsetGroups, unsetViewIdentifiers
- 
Constructor Details- 
Countrypublic Country()
 
- 
- 
Method Details- 
getCGets the value of the c property.- Returns:
- possible object is String
 
- 
setCSets the value of the c property.- Parameters:
- value- allowed object is- String
 
- 
isSetCpublic boolean isSetC()Returns true if the c property is set; false, otherwise.- Returns:
- returned object is boolean
 
- 
getCountryNameGets the value of the countryName property.- Returns:
- possible object is String
 
- 
setCountryNameSets the value of the countryName property.- Parameters:
- value- allowed object is- String
 
- 
isSetCountryNamepublic boolean isSetCountryName()Returns true if the countryName property is set; false, otherwise.- Returns:
- returned object is boolean
 
- 
getDescriptionGets the value of the description 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 setmethod for the description property.For example, to add a new item, do as follows: getDescription().add(newItem); Objects of the following type(s) are allowed in the list String
- 
isSetDescriptionpublic boolean isSetDescription()Returns true if the description property is set; false, otherwise.- Returns:
- returned object is boolean
 
- 
unsetDescriptionpublic void unsetDescription()Resets the description property to null.
- 
getGets the value of the requested property- Overrides:
- getin class- GeographicLocation
- Parameters:
- propName- allowed object is- String
- Returns:
- returned object is Object
 
- 
isSetReturns true if the requested property is set; false, otherwise.- Overrides:
- isSetin class- GeographicLocation
- Returns:
- returned object is boolean
 
- 
setSets the value of the provided property to the provided value.- Overrides:
- setin class- GeographicLocation
- Parameters:
- propName- allowed object is- String
- value- allowed object is- Object
 
- 
unsetSets the value of provided property to null.- Overrides:
- unsetin class- GeographicLocation
- Parameters:
- propName- allowed object is- String
 
- 
getTypeNameGets the name of this model object, Country- Overrides:
- getTypeNamein class- GeographicLocation
- Returns:
- returned object is String
 
- 
getPropertyNamesGets a list of all supported properties for this model object, Country
- 
getDataTypeGets the Java type of the value of the provided property. For example: String, List- Overrides:
- getDataTypein class- GeographicLocation
- Parameters:
- propName- allowed object is- String
- Returns:
- returned object is String
 
- 
getSuperTypesGets a list of any model objects which this model object, Country, is an extension of.- Overrides:
- getSuperTypesin class- GeographicLocation
- Returns:
- returned object is ArrayList
 
- 
isSubTypeReturns a true if the provided model object is one that this model object extends; false, otherwise.- Overrides:
- isSubTypein class- GeographicLocation
- Parameters:
- superTypeName- allowed object is- String
- Returns:
- returned object is boolean
 
- 
getSubTypesGets a set of any model objects which extend this model object, Country- Returns:
- returned object is HashSet
 
- 
toStringDescription copied from class:GeographicLocationReturns this model object, GeographicLocation, and its contents as a String- Overrides:
- toStringin class- GeographicLocation
- Returns:
- returned object is String
 
- 
isMultiValuedPropertyDescription copied from class:EntityReturn whether the specified property is a multi-valued property and capable of holding multiple values.- Overrides:
- isMultiValuedPropertyin class- Entity
- Parameters:
- propName- The property name to check.
- Returns:
- True if the property is multi-value, false otherwise.
 
 
-