public class AdminSaveTModelWrapper extends Object
Java class for adminSave_tModelWrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="adminSave_tModelWrapper"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="publisherID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tModel" type="{urn:uddi-org:api_v3}tModel" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
publisherID |
protected List<TModel> |
tModel |
Constructor and Description |
---|
AdminSaveTModelWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getPublisherID()
Gets the value of the publisherID property.
|
List<TModel> |
getTModel()
Gets the value of the tModel property.
|
void |
setPublisherID(String value)
Sets the value of the publisherID property.
|
public String getPublisherID()
String
public void setPublisherID(String value)
value
- allowed object is
String
public List<TModel> getTModel()
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 tModel property.
For example, to add a new item, do as follows:
getTModel().add(newItem);
Objects of the following type(s) are allowed in the list
TModel
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.