public class JavaCollection extends io.atlasmap.v2.Collection implements Serializable
Java class for JavaCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JavaCollection"> <complexContent> <extension base="{http://atlasmap.io/v2}Collection"> <attribute name="collectionClassName" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
collectionClassName |
Constructor and Description |
---|
JavaCollection() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getCollectionClassName()
Gets the value of the collectionClassName property.
|
int |
hashCode() |
void |
setCollectionClassName(String value)
Sets the value of the collectionClassName property.
|
getCollectionSize, getCollectionType, getMappings, setCollectionSize, setCollectionType, setMappings
protected String collectionClassName
public String getCollectionClassName()
String
public void setCollectionClassName(String value)
value
- allowed object is
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.