public class CircularTermType
extends java.lang.Object
Java class for circularTermType complex type.
<complexType name="circularTermType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="complement" default="false"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="true|false|TRUE|FALSE|True|False"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
Constructor and Description |
---|
CircularTermType()
Default constructor
|
CircularTermType(java.lang.String name)
Constructor using the name
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComplement()
Gets the value of the property complement.
|
java.lang.String |
getValue()
Gets the value of the property value.
|
void |
setComplement(java.lang.String value)
Sets the value of the property complement.
|
void |
setValue(java.lang.String value)
Sets the value of the property value.
|
public CircularTermType()
public CircularTermType(java.lang.String name)
name
- the name of the circular termpublic java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getComplement()
String
public void setComplement(java.lang.String value)
value
- allowed object is
String