public class SimpleCustomServiceDTO extends CustomServiceDTO
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id
Optional id for the object
|
java.lang.String |
kind
The class name of the service.
|
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements
|
| Constructor and Description |
|---|
SimpleCustomServiceDTO() |
public java.lang.String id
public java.lang.String kind
public java.util.List<java.lang.Object> other
public boolean equals(java.lang.Object o)
equals in class CustomServiceDTOpublic int hashCode()
hashCode in class CustomServiceDTOCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.