public class ResourceVersionsType extends Object
Java class for resourceVersionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resourceVersionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resource-version" maxOccurs="unbounded">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
resourceVersion |
| Constructor and Description |
|---|
ResourceVersionsType() |
public List<String> getResourceVersion()
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 set method for the resourceVersion property.
For example, to add a new item, do as follows:
getResourceVersion().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.