public class Catalog extends Object implements Serializable
Java class for Catalog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Catalog"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="catalog_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
catalogName |
protected String |
comment |
Constructor and Description |
---|
Catalog() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getCatalogName()
Gets the value of the catalogName property.
|
String |
getComment()
Gets the value of the comment property.
|
int |
hashCode() |
void |
setCatalogName(String value)
Sets the value of the catalogName property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
String |
toString() |
Catalog |
withCatalogName(String value) |
Catalog |
withComment(String value) |
public String getCatalogName()
String
public void setCatalogName(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
Copyright © 2019. All rights reserved.