public abstract class BaseArtifactType extends Object implements Serializable
Java class for BaseArtifactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseArtifactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}classifiedBy" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}relationship" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="artifactType" use="required" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}baseArtifactEnum" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="createdBy" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uuid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="createdTimestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="lastModifiedTimestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="lastModifiedBy" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BaseArtifactEnum |
artifactType |
protected List<String> |
classifiedBy |
protected String |
createdBy |
protected XMLGregorianCalendar |
createdTimestamp |
protected String |
description |
protected String |
lastModifiedBy |
protected XMLGregorianCalendar |
lastModifiedTimestamp |
protected String |
name |
protected List<Property> |
property |
protected List<Relationship> |
relationship |
protected String |
uuid |
protected String |
version |
| Constructor and Description |
|---|
BaseArtifactType() |
| Modifier and Type | Method and Description |
|---|---|
BaseArtifactEnum |
getArtifactType()
Gets the value of the artifactType property.
|
List<String> |
getClassifiedBy()
Gets the value of the classifiedBy property.
|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
XMLGregorianCalendar |
getCreatedTimestamp()
Gets the value of the createdTimestamp property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
XMLGregorianCalendar |
getLastModifiedTimestamp()
Gets the value of the lastModifiedTimestamp property.
|
String |
getName()
Gets the value of the name property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
List<Property> |
getProperty()
Gets the value of the property property.
|
List<Relationship> |
getRelationship()
Gets the value of the relationship property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setArtifactType(BaseArtifactEnum value)
Sets the value of the artifactType property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setCreatedTimestamp(XMLGregorianCalendar value)
Sets the value of the createdTimestamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLastModifiedBy(String value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedTimestamp(XMLGregorianCalendar value)
Sets the value of the lastModifiedTimestamp property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<Relationship> relationship
protected BaseArtifactEnum artifactType
protected String name
protected String description
protected String createdBy
protected String version
protected String uuid
protected XMLGregorianCalendar createdTimestamp
protected XMLGregorianCalendar lastModifiedTimestamp
protected String lastModifiedBy
public List<String> getClassifiedBy()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the classifiedBy property.
For example, to add a new item, do as follows:
getClassifiedBy().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Relationship> getRelationship()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relationship property.
For example, to add a new item, do as follows:
getRelationship().add(newItem);
Objects of the following type(s) are allowed in the list
Relationship
public List<Property> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public BaseArtifactEnum getArtifactType()
BaseArtifactEnumpublic void setArtifactType(BaseArtifactEnum value)
value - allowed object is
BaseArtifactEnumpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedTimestamp()
XMLGregorianCalendarpublic void setCreatedTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLastModifiedTimestamp()
XMLGregorianCalendarpublic void setLastModifiedTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLastModifiedBy()
Stringpublic void setLastModifiedBy(String value)
value - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.