Class FunctionType
Java class for FunctionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FunctionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="slot" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>byte">
<attribute name="volume" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<FunctionType.Description> protected Byteprotected List<FunctionType.Slot> protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the description property.getId()Gets the value of the id property.getSlot()Gets the value of the slot property.getUser()Gets the value of the user property.inthashCode()voidSets the value of the id property.voidSets the value of the user property.toString()withDescription(FunctionType.Description... values) withSlot(FunctionType.Slot... values) withSlot(Collection<FunctionType.Slot> values)
-
Field Details
-
description
-
slot
-
id
-
user
-
-
Constructor Details
-
FunctionType
public FunctionType()
-
-
Method Details
-
getDescription
Gets 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
FunctionType.Description -
getSlot
Gets the value of the slot 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 slot property.For example, to add a new item, do as follows:
getSlot().add(newItem);Objects of the following type(s) are allowed in the list
FunctionType.Slot -
getId
Gets the value of the id property.- Returns:
- possible object is
Byte
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isByte
-
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withDescription
-
withDescription
-
withSlot
-
withSlot
-
withId
-
withUser
-