org.odata4j.edm
Class EdmComplexType
java.lang.Object
org.odata4j.edm.EdmComplexType
public class EdmComplexType
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
namespace
public final String namespace
properties
public final List<EdmProperty> properties
EdmComplexType
public EdmComplexType(String namespace,
String name,
List<EdmProperty> properties)
getFQName
public String getFQName()
http://odata4j.org