public class FindTModel extends Object
Java class for find_tModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="find_tModel"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:api_v2}findQualifiers" minOccurs="0"/> <element ref="{urn:uddi-org:api_v2}name" minOccurs="0"/> <element ref="{urn:uddi-org:api_v2}identifierBag" minOccurs="0"/> <element ref="{urn:uddi-org:api_v2}categoryBag" minOccurs="0"/> </sequence> <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CategoryBag |
categoryBag |
protected FindQualifiers |
findQualifiers |
protected String |
generic |
protected IdentifierBag |
identifierBag |
protected Integer |
maxRows |
protected Name |
name |
Constructor and Description |
---|
FindTModel() |
Modifier and Type | Method and Description |
---|---|
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag property.
|
FindQualifiers |
getFindQualifiers()
Gets the value of the findQualifiers property.
|
String |
getGeneric()
Gets the value of the generic property.
|
IdentifierBag |
getIdentifierBag()
Gets the value of the identifierBag property.
|
Integer |
getMaxRows()
Gets the value of the maxRows property.
|
Name |
getName()
Gets the value of the name property.
|
void |
setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
setFindQualifiers(FindQualifiers value)
Sets the value of the findQualifiers property.
|
void |
setGeneric(String value)
Sets the value of the generic property.
|
void |
setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag property.
|
void |
setMaxRows(Integer value)
Sets the value of the maxRows property.
|
void |
setName(Name value)
Sets the value of the name property.
|
protected FindQualifiers findQualifiers
protected Name name
protected IdentifierBag identifierBag
protected CategoryBag categoryBag
protected String generic
protected Integer maxRows
public FindQualifiers getFindQualifiers()
FindQualifiers
public void setFindQualifiers(FindQualifiers value)
value
- allowed object is
FindQualifiers
public void setName(Name value)
value
- allowed object is
Name
public IdentifierBag getIdentifierBag()
IdentifierBag
public void setIdentifierBag(IdentifierBag value)
value
- allowed object is
IdentifierBag
public CategoryBag getCategoryBag()
CategoryBag
public void setCategoryBag(CategoryBag value)
value
- allowed object is
CategoryBag
public String getGeneric()
String
public void setGeneric(String value)
value
- allowed object is
String
public Integer getMaxRows()
Integer
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.