Package uk.org.acbs.siri21
Class UserNeedStructure
- java.lang.Object
-
- uk.org.acbs.siri21.UserNeedStructure
-
- All Implemented Interfaces:
Serializable
public class UserNeedStructure extends Object implements Serializable
Type for of a specific need.Java class for UserNeedStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserNeedStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.ifopt.org.uk/acsb}UserNeedGroup"/> <element name="Excluded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="NeedRanking" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Extensions" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EncumbranceEnumerationencumbranceNeedprotected Booleanexcludedprotected Objectextensionsprotected MedicalNeedEnumerationmedicalNeedprotected MobilityEnumerationmobilityNeedprotected BigIntegerneedRankingprotected PyschosensoryNeedEnumerationpsychosensoryNeed
-
Constructor Summary
Constructors Constructor Description UserNeedStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncumbranceEnumerationgetEncumbranceNeed()Gets the value of the encumbranceNeed property.ObjectgetExtensions()Gets the value of the extensions property.MedicalNeedEnumerationgetMedicalNeed()Gets the value of the medicalNeed property.MobilityEnumerationgetMobilityNeed()Gets the value of the mobilityNeed property.BigIntegergetNeedRanking()Gets the value of the needRanking property.PyschosensoryNeedEnumerationgetPsychosensoryNeed()Gets the value of the psychosensoryNeed property.BooleanisExcluded()Gets the value of the excluded property.voidsetEncumbranceNeed(EncumbranceEnumeration value)Sets the value of the encumbranceNeed property.voidsetExcluded(Boolean value)Sets the value of the excluded property.voidsetExtensions(Object value)Sets the value of the extensions property.voidsetMedicalNeed(MedicalNeedEnumeration value)Sets the value of the medicalNeed property.voidsetMobilityNeed(MobilityEnumeration value)Sets the value of the mobilityNeed property.voidsetNeedRanking(BigInteger value)Sets the value of the needRanking property.voidsetPsychosensoryNeed(PyschosensoryNeedEnumeration value)Sets the value of the psychosensoryNeed property.
-
-
-
Field Detail
-
encumbranceNeed
protected EncumbranceEnumeration encumbranceNeed
-
medicalNeed
protected MedicalNeedEnumeration medicalNeed
-
psychosensoryNeed
protected PyschosensoryNeedEnumeration psychosensoryNeed
-
mobilityNeed
protected MobilityEnumeration mobilityNeed
-
excluded
protected Boolean excluded
-
needRanking
protected BigInteger needRanking
-
extensions
protected Object extensions
-
-
Method Detail
-
getEncumbranceNeed
public EncumbranceEnumeration getEncumbranceNeed()
Gets the value of the encumbranceNeed property.- Returns:
- possible object is
EncumbranceEnumeration
-
setEncumbranceNeed
public void setEncumbranceNeed(EncumbranceEnumeration value)
Sets the value of the encumbranceNeed property.- Parameters:
value- allowed object isEncumbranceEnumeration
-
getMedicalNeed
public MedicalNeedEnumeration getMedicalNeed()
Gets the value of the medicalNeed property.- Returns:
- possible object is
MedicalNeedEnumeration
-
setMedicalNeed
public void setMedicalNeed(MedicalNeedEnumeration value)
Sets the value of the medicalNeed property.- Parameters:
value- allowed object isMedicalNeedEnumeration
-
getPsychosensoryNeed
public PyschosensoryNeedEnumeration getPsychosensoryNeed()
Gets the value of the psychosensoryNeed property.- Returns:
- possible object is
PyschosensoryNeedEnumeration
-
setPsychosensoryNeed
public void setPsychosensoryNeed(PyschosensoryNeedEnumeration value)
Sets the value of the psychosensoryNeed property.- Parameters:
value- allowed object isPyschosensoryNeedEnumeration
-
getMobilityNeed
public MobilityEnumeration getMobilityNeed()
Gets the value of the mobilityNeed property.- Returns:
- possible object is
MobilityEnumeration
-
setMobilityNeed
public void setMobilityNeed(MobilityEnumeration value)
Sets the value of the mobilityNeed property.- Parameters:
value- allowed object isMobilityEnumeration
-
isExcluded
public Boolean isExcluded()
Gets the value of the excluded property.- Returns:
- possible object is
Boolean
-
setExcluded
public void setExcluded(Boolean value)
Sets the value of the excluded property.- Parameters:
value- allowed object isBoolean
-
getNeedRanking
public BigInteger getNeedRanking()
Gets the value of the needRanking property.- Returns:
- possible object is
BigInteger
-
setNeedRanking
public void setNeedRanking(BigInteger value)
Sets the value of the needRanking property.- Parameters:
value- allowed object isBigInteger
-
getExtensions
public Object getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Object
-
-