public class Collection extends BaseMapping implements Serializable
Java class for Collection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Collection"> <complexContent> <extension base="{http://atlasmap.io/v2}BaseMapping"> <sequence> <element name="Mappings" type="{http://atlasmap.io/v2}Mappings"/> </sequence> <attribute name="collectionSize" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="collectionType" use="required" type="{http://atlasmap.io/v2}CollectionType" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
collectionSize |
protected CollectionType |
collectionType |
protected Mappings |
mappings |
alias, description, mappingType
Constructor and Description |
---|
Collection() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCollectionSize()
Gets the value of the collectionSize property.
|
CollectionType |
getCollectionType()
Gets the value of the collectionType property.
|
Mappings |
getMappings()
Gets the value of the mappings property.
|
void |
setCollectionSize(BigInteger value)
Sets the value of the collectionSize property.
|
void |
setCollectionType(CollectionType value)
Sets the value of the collectionType property.
|
void |
setMappings(Mappings value)
Sets the value of the mappings property.
|
getAlias, getDescription, getMappingType, setAlias, setDescription, setMappingType
protected Mappings mappings
protected BigInteger collectionSize
protected CollectionType collectionType
public Mappings getMappings()
Mappings
public void setMappings(Mappings value)
value
- allowed object is
Mappings
public BigInteger getCollectionSize()
BigInteger
public void setCollectionSize(BigInteger value)
value
- allowed object is
BigInteger
public CollectionType getCollectionType()
CollectionType
public void setCollectionType(CollectionType value)
value
- allowed object is
CollectionType
Copyright © 2018 JBoss by Red Hat. All rights reserved.