public class TaasCollection
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{}CollectionType"/> <element name="languages"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}language" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="domains"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}domain" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TaasCollection.Domains
Java class for anonymous complex type.
|
static class |
TaasCollection.Languages
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected TaasCollection.Domains |
domains |
protected long |
id |
protected TaasCollection.Languages |
languages |
protected java.lang.String |
name |
protected TaasCollectionType |
type |
Constructor and Description |
---|
TaasCollection() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
TaasCollection.Domains |
getDomains()
Gets the value of the domains property.
|
long |
getId()
Gets the value of the id property.
|
TaasCollection.Languages |
getLanguages()
Gets the value of the languages property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
TaasCollectionType |
getType()
Gets the value of the type property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDomains(TaasCollection.Domains value)
Sets the value of the domains property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLanguages(TaasCollection.Languages value)
Sets the value of the languages property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(TaasCollectionType value)
Sets the value of the type property.
|
protected long id
protected java.lang.String name
protected java.lang.String description
protected TaasCollectionType type
protected TaasCollection.Languages languages
protected TaasCollection.Domains domains
public long getId()
public void setId(long value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public TaasCollectionType getType()
TaasCollectionType
public void setType(TaasCollectionType value)
value
- allowed object is
TaasCollectionType
public TaasCollection.Languages getLanguages()
TaasCollection.Languages
public void setLanguages(TaasCollection.Languages value)
value
- allowed object is
TaasCollection.Languages
public TaasCollection.Domains getDomains()
TaasCollection.Domains
public void setDomains(TaasCollection.Domains value)
value
- allowed object is
TaasCollection.Domains