Package google.params.xml.ns.bulktoken_1
Class BulkData
java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.bulktoken_1.BulkData
Java class for bulkDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="bulkDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="token" type="{urn:google:params:xml:ns:bulkToken-1.0}tokenType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
tokens
-
-
Constructor Details
-
BulkData
public BulkData()
-
-
Method Details
-
getTokens
Gets the value of the tokens 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
For example, to add a new item, do as follows:set
method for the tokens property.getTokens().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the tokens property.
-