public class ClassificationData extends Object implements Serializable
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 ref="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}classifiedBy"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classifiedBy |
| Constructor and Description |
|---|
ClassificationData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifiedBy()
Gets the value of the classifiedBy property.
|
void |
setClassifiedBy(String value)
Sets the value of the classifiedBy property.
|
protected String classifiedBy
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.