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>

Fields

quantity

protected int quantity

type

protected ResourceType type

Methods

getQuantity

public int getQuantity()

Gets the value of the quantity property.

getType

public ResourceType getType()

Gets the value of the type property.

Returns:possible object is String

setQuantity

public void setQuantity(int value)

Sets the value of the quantity property.

setType

public void setType(ResourceType value)

Sets the value of the type property.

Parameters:
  • value – allowed object is String