public class Constraint extends Object
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"> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
time |
protected String |
type |
Constructor and Description |
---|
Constraint() |
Modifier and Type | Method and Description |
---|---|
String |
getTime()
Gets the value of the time property.
|
String |
getType()
Gets the value of the type property.
|
void |
setTime(String value)
Sets the value of the time property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getTime()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.