public class CVGroupReferenceType extends Object
Java class for CVGroupReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVGroupReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CVGroupReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
String |
toString() |
CVGroupReferenceType |
withName(String value) |
protected String name
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic CVGroupReferenceType withName(String value)
Copyright © 2018. All rights reserved.