XmlResourceQuantity¶
-
public class
XmlResourceQuantity
¶ Java class for ResourceQuantity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceQuantity"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="type" type="{}ResourceType"/> </sequence> </restriction> </complexContent> </complexType>
Methods¶
getType¶
-
public ResourceType
getType
()¶ Gets the value of the type property.
Returns: possible object is String
setType¶
-
public void
setType
(ResourceType value)¶ Sets the value of the type property.
Parameters: - value – allowed object is
String
- value – allowed object is