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 CustomServiceDTO
public int hashCode()
hashCode
in class CustomServiceDTO
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.