Package uk.org.acbs.siri20
Class SuitabilityStructure
- java.lang.Object
-
- uk.org.acbs.siri20.SuitabilityStructure
-
- All Implemented Interfaces:
Serializable
public class SuitabilityStructure extends Object implements Serializable
Type for of a specific SUITABILITY.Java class for SuitabilityStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SuitabilityStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Suitable" type="{http://www.ifopt.org.uk/acsb}SuitabilityEnumeration"/> <element name="UserNeed" type="{http://www.ifopt.org.uk/acsb}UserNeedStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SuitabilityEnumerationsuitableprotected UserNeedStructureuserNeed
-
Constructor Summary
Constructors Constructor Description SuitabilityStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SuitabilityEnumerationgetSuitable()Gets the value of the suitable property.UserNeedStructuregetUserNeed()Gets the value of the userNeed property.voidsetSuitable(SuitabilityEnumeration value)Sets the value of the suitable property.voidsetUserNeed(UserNeedStructure value)Sets the value of the userNeed property.
-
-
-
Field Detail
-
suitable
protected SuitabilityEnumeration suitable
-
userNeed
protected UserNeedStructure userNeed
-
-
Method Detail
-
getSuitable
public SuitabilityEnumeration getSuitable()
Gets the value of the suitable property.- Returns:
- possible object is
SuitabilityEnumeration
-
setSuitable
public void setSuitable(SuitabilityEnumeration value)
Sets the value of the suitable property.- Parameters:
value- allowed object isSuitabilityEnumeration
-
getUserNeed
public UserNeedStructure getUserNeed()
Gets the value of the userNeed property.- Returns:
- possible object is
UserNeedStructure
-
setUserNeed
public void setUserNeed(UserNeedStructure value)
Sets the value of the userNeed property.- Parameters:
value- allowed object isUserNeedStructure
-
-