public class RelatedList extends Object
Java class for RelatedList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hideOnDetail" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hideOnDetail |
protected String |
name |
| Constructor and Description |
|---|
RelatedList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
boolean |
isHideOnDetail()
Gets the value of the hideOnDetail property.
|
void |
setHideOnDetail(boolean value)
Sets the value of the hideOnDetail property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected boolean hideOnDetail
protected String name
public boolean isHideOnDetail()
public void setHideOnDetail(boolean value)
public String getName()
StringCopyright © 2016. All rights reserved.